A017686 Denominator of sum of -11th powers of divisors of n.
1, 2048, 177147, 4194304, 48828125, 30233088, 1977326743, 8589934592, 31381059609, 50000000000, 285311670611, 185752092672, 1792160394037, 506195646208, 2883251953125, 17592186044416, 34271896307633
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A017685.
Programs
-
Magma
[Denominator(DivisorSigma(11,n)/n^11): n in [1..20]]; // G. C. Greubel, Nov 06 2018
-
Mathematica
Denominator[DivisorSigma[-11,Range[20]]] (* Harvey P. Dale, Dec 18 2012 *)
-
PARI
vector(20, n, denominator(sigma(n, 11)/n^11)) \\ G. C. Greubel, Nov 06 2018
Comments