A017679 Numerator of sum of -8th powers of divisors of n.
1, 257, 6562, 65793, 390626, 843217, 5764802, 16843009, 43053283, 50195441, 214358882, 71955611, 815730722, 740777057, 2563287812, 4311810305, 6975757442, 11064693731, 16983563042, 12850228209, 37828630724, 27545116337, 78310985282, 55261912529, 152588281251
Offset: 1
Examples
1, 257/256, 6562/6561, 65793/65536, 390626/390625, 843217/839808, 5764802/5764801, 16843009/16777216, ...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[Numerator(DivisorSigma(8,n)/n^8): n in [1..20]]; // G. C. Greubel, Nov 07 2018
-
Mathematica
Table[Numerator[DivisorSigma[8, n]/n^8], {n, 1, 20}] (* G. C. Greubel, Nov 07 2018 *)
-
PARI
vector(20, n, numerator(sigma(n, 8)/n^8)) \\ G. C. Greubel, Nov 07 2018
Formula
Numerators of coefficients in expansion of Sum_{k>=1} x^k/(k^8*(1 - x^k)). - Ilya Gutkovskiy, May 25 2018
From Amiram Eldar, Apr 02 2024: (Start)
Dirichlet g.f. of a(n)/A017680(n): zeta(s)*zeta(s+8).
Comments