A017698 Denominator of sum of -17th powers of divisors of n.
1, 131072, 129140163, 17179869184, 762939453125, 1410554953728, 232630513987207, 2251799813685248, 16677181699666569, 50000000000000000, 505447028499293771, 554652776685109248, 8650415919381337933
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A017697.
Programs
-
Magma
[Denominator(DivisorSigma(17,n)/n^17): n in [1..20]]; // G. C. Greubel, Nov 05 2018
-
Mathematica
Table[Denominator[DivisorSigma[17, n]/n^17], {n, 1, 20}] (* G. C. Greubel, Nov 05 2018 *)
-
PARI
vector(20, n, denominator(sigma(n, 17)/n^17)) \\ G. C. Greubel, Nov 05 2018
Comments