A356536 a(n) = Sum_{k=1..n} sigma_3(k)^2.
1, 82, 866, 6195, 22071, 85575, 203911, 546136, 1119185, 2405141, 4179365, 8357301, 13188505, 22773721, 35220505, 57132266, 81279662, 127696631, 174756231, 259359435, 352134859, 495847003, 643907227, 912211627, 1160305628, 1551633152, 1969426752, 2600039296
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Table[Sum[DivisorSigma[3, k]^2, {k, 1, n}], {n, 1, 40}] Accumulate[DivisorSigma[3,Range[40]]^2] (* This program is much more efficient than the first program above. *) (* Harvey P. Dale, Feb 27 2023 *)
-
PARI
a(n) = sum(k=1, n, sigma(k, 3)^2); \\ Michel Marcus, Aug 11 2022
Formula
a(n) ~ zeta(7) * n^7 / 6.
Comments