A363161 Partial sums of A363031.
1, 9, 23, 43, 74, 106, 144, 188, 245, 317, 379, 447, 521, 601, 709, 821, 919, 1023, 1133, 1277, 1410, 1538, 1698, 1838, 2018, 2170, 2328, 2492, 2675, 2923, 3105, 3321, 3515, 3715, 3967, 4179, 4435, 4659, 4889, 5177, 5419, 5699, 5987, 6291, 6615, 6887, 7165, 7449, 7756, 8116, 8468, 8776, 9090, 9450, 9884
Offset: 0
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..10000
- Omar E. Pol, Plot 6. Area of the spiral in the six wedges after n turns
Crossrefs
Programs
-
Mathematica
Accumulate@ Array[DivisorSigma[1, 6 # + 1] &, 55, 0] (* Michael De Vlieger, Aug 27 2023 *)
-
PARI
a(n) = sum(k=0, n, sigma(6*k+1)); \\ Michel Marcus, Aug 28 2023
Formula
a(n) ~ Pi^2 * n^2 / 3. - Vaclav Kotesovec, Aug 31 2023
Comments