A017690 Denominator of sum of -13th powers of divisors of n.
1, 8192, 1594323, 67108864, 1220703125, 1088391168, 96889010407, 549755813888, 2541865828329, 5000000000000, 34522712143931, 26748301344768, 302875106592253, 99214346656768, 648731689453125
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A017689.
Programs
-
Magma
[Denominator(DivisorSigma(13,n)/n^13): n in [1..20]]; // G. C. Greubel, Nov 06 2018
-
Mathematica
Table[Denominator[DivisorSigma[13, n]/n^13], {n, 1, 20}] (* G. C. Greubel, Nov 06 2018 *)
-
PARI
vector(20, n, denominator(sigma(n, 13)/n^13)) \\ G. C. Greubel, Nov 06 2018
Comments