login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A331071
a(n) = Sum_{k <= n} r_2(k)^2*d(k+1), where r_2 = A004018, d = A000005.
3
1, 33, 65, 65, 97, 353, 353, 353, 401, 465, 593, 593, 593, 849, 849, 849, 881, 1265, 1297, 1297, 1553, 1553, 1553, 1553, 1553, 2129, 2385, 2385, 2385, 2897, 2897, 2897, 2961, 2961, 3217, 3217, 3249, 3505, 3505, 3505, 3633, 4145, 4145, 4145, 4145, 4401, 4401, 4401, 4401, 4497, 5073, 5073, 5201, 5713, 5713
OFFSET
0,2
COMMENTS
Partial sums of A330574.
REFERENCES
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 163.
LINKS
Karl-Heinz Indlekofer, Eine asymptotische Formel in der Zahlentheorie, (German) Arch. Math. (Basel) 23 (1972), 619-624. MR0318080 (47 #6629).
FORMULA
a(n) ~ c * n * log(n)^2, where c is a constant. - Amiram Eldar, Mar 05 2020
MATHEMATICA
Accumulate @ Table[SquaresR[2, n]^2 * DivisorSigma[0, n+1], {n, 0, 50}] (* Amiram Eldar, Mar 05 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 10 2020
STATUS
approved