OFFSET
1,1
COMMENTS
The last term of this sequence is a(8779116)=99691027.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 1..10000
MAPLE
isA036332 := 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))=8, n, NULL): end: seq(isA036332(n), n=2..2736); # Nathaniel Johnston, Jun 22 2011
CROSSREFS
KEYWORD
nonn,base,fini,easy
AUTHOR
Patrick De Geest, Dec 15 1998
STATUS
approved