OFFSET
1,2
COMMENTS
sigma_15(n) is the sum of the 15th powers of the divisors of n.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[420], Divisible[DivisorSigma[15, #], EulerPhi[#]] &] (* Amiram Eldar, Nov 02 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Amiram Eldar, Nov 02 2019
STATUS
approved