OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
EXAMPLE
46830 is in the sequence because it has 5 distinct prime factors (2, 3, 5, 7 and 223) and 223 > sqrt(46830).
MAPLE
with(numtheory): a:=proc(n) if nops(factorset(n))=5 and factorset(n)[5]^2>=n then n else fi end: seq(a(n), n=1..93000);
CROSSREFS
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Feb 02 2006
STATUS
approved