OFFSET
1,1
COMMENTS
The last term is a(104)=679.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..104 (full sequence)
MAPLE
isA036327 := proc(n) local d: d:=ifactors(n)[2]: return `if`(not isprime(n) and add(length(d[j][1])*d[j][2], j=1..nops(d))=3, n, NULL): end: seq(isA036327(n), n=2..999); # Nathaniel Johnston, Jun 22 2011
CROSSREFS
KEYWORD
nonn,base,easy,fini,full
AUTHOR
Patrick De Geest, Dec 15 1998
STATUS
approved