OFFSET
1,2
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Donovan Johnson)
EXAMPLE
If k = 21952, d(k) = sigma(0,k) = 28. Its 3rd power is 21952, which divides k.
a(103) = 14385152 = (2^15)*439 with 32 divisors and 14385152/(32^3) = 439; 2^15*prime is a typical form of terms in the sequence that have 32 divisors.
MATHEMATICA
Select[ Range[ 1, 14500000 ], IntegerQ[ #/(DivisorSigma[ 0, # ])^3 ]& ]
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved