OFFSET
1,1
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
240 = 2^4 * 3 * 5 with 2^4=16 > 5, therefore 240 is a term.
MATHEMATICA
pfgQ[n_]:=Module[{fe=#[[1]]^#[[2]]&/@FactorInteger[n]}, fe[[1]]>fe[[-1]]]; Select[Range[700], pfgQ] (* Harvey P. Dale, Dec 11 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 22 2003
STATUS
approved