OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[2, 3000], FactorInteger[#][[-1, 1]]FactorInteger[ DivisorSigma[ 1, #]] [[-1, 1]]==#&] (* Harvey P. Dale, Sep 15 2011 *)
PROG
(PARI) for(n=1, 3000, if(vecmax(component(factor(n), 1))*vecmax(component(factor(sigma(n)), 1))==n, print1(n, ", ")))
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 16 2002
STATUS
approved