OFFSET
1,2
COMMENTS
sigma_10(n) is the sum of the 10th powers of the divisors of n (A013958).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
Do[If[Mod[DivisorSigma[10, n], n]==0, Print[n]], {n, 1, 10000}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
STATUS
approved