A365444 Partial sums of A365414.
7, 25, 56, 92, 148, 202, 292, 364, 462, 552, 679, 823, 963, 1089, 1269, 1413, 1630, 1792, 2040, 2220, 2444, 2696, 2966, 3182, 3448, 3736, 4114, 4366, 4674, 4944, 5304, 5664, 6063, 6369, 6803, 7127, 7631, 7973, 8423, 8855, 9289, 9757, 10268, 10664, 11140, 11554, 12274, 12778
Offset: 0
Links
- OEIS Plot 2, Plot pairs of A365444 and A365442.
- Omar E. Pol, Plot 6. Area of the spiral in the six wedges after n turns
Crossrefs
Programs
-
Mathematica
Accumulate[Table[DivisorSigma[1, 6*n + 4], {n, 0, 50}]] (* Amiram Eldar, Sep 08 2023 *)
-
PARI
a(n) = sum(k=0, n, sigma(6*k+4)); \\ Michel Marcus, Sep 08 2023
Formula
a(n) = (5*Pi^2/9) * n^2 + O(n*log(n)). - Amiram Eldar, Sep 08 2023
Comments