OFFSET
1,2
COMMENTS
sigma_11(n) = A013959(n) is the sum of the 11th powers of the divisors of n.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
MATHEMATICA
Select[Range[2000], Divisible[DivisorSigma[11, #], EulerPhi[#]]&] (* Harvey P. Dale, Feb 07 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Amiram Eldar, Nov 02 2019
STATUS
approved