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.

A244578 Sum of all aliquot divisors of all positive integers <= prime(n).

Original entry on oeis.org

1, 2, 6, 13, 33, 50, 85, 107, 155, 255, 298, 433, 523, 578, 678, 873, 1076, 1185, 1421, 1581, 1705, 1968, 2159, 2494, 3002, 3250, 3365, 3615, 3788, 4072, 5152, 5449, 5990, 6141, 7057, 7280, 7917, 8507, 8847, 9553, 10164, 10531, 11646, 11963, 12408, 12679
Offset: 1

Views

Author

Omar E. Pol, Jun 30 2014

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(i=1, prime(n), sigma(i)-i); \\ Michel Marcus, Sep 29 2014

Formula

a(n) = A153485(A000040(n)).
a(n) ~ (Pi^2/12 - 1/2) * n^2 * log(n)^2. - Amiram Eldar, Mar 22 2024

Extensions

More terms from Michel Marcus, Sep 29 2014