cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A331071 a(n) = Sum_{k <= n} r_2(k)^2*d(k+1), where r_2 = A004018, d = A000005.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jan 10 2020

Keywords

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.

Crossrefs

Programs

  • Mathematica
    Accumulate @ Table[SquaresR[2, n]^2 * DivisorSigma[0, n+1], {n, 0, 50}] (* Amiram Eldar, Mar 05 2020 *)

Formula

a(n) ~ c * n * log(n)^2, where c is a constant. - Amiram Eldar, Mar 05 2020
Showing 1-1 of 1 results.