OFFSET
1,1
LINKS
R. J. Mathar, Table of n, a(n) for n = 1..10000
EXAMPLE
30 is in the sequence because 30 = 2*3*5 and 5 < 2 * 3 = 6.
MAPLE
with(numtheory):for n from 2 to 600 do:x:=factorset(n):m:=nops(x): p:=product( '
x[i] ', 'i'=1..m): q:=p/x[m]:if x[m] < q then printf(`%d, `, n):else fi:od:
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, May 23 2012
STATUS
approved