A365442 Partial sums of A365412.
3, 18, 42, 84, 126, 189, 249, 333, 426, 546, 642, 768, 882, 1068, 1200, 1368, 1539, 1749, 1965, 2175, 2361, 2616, 2820, 3156, 3378, 3678, 3918, 4212, 4536, 4908, 5244, 5580, 5874, 6339, 6651, 7029, 7359, 7863, 8295, 8715, 9114, 9594, 9978, 10566, 11046, 11604, 12024, 12528
Offset: 0
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..10000
- OEIS Plot 2, Plot pairs of A365442 and A365444
- Omar E. Pol, Plot 6. Area of the spiral in the six wedges
Crossrefs
Programs
-
Mathematica
Accumulate[Table[DivisorSigma[1, 6*n + 2], {n, 0, 50}]] (* Amiram Eldar, Sep 08 2023 *)
-
PARI
a(n) = sum(k=0, n, sigma(6*k+2)); \\ Michel Marcus, Sep 09 2023
Formula
a(n) = (5*Pi^2/9) * n^2 + O(n*log(n)). - Amiram Eldar, Sep 08 2023
Comments