login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A244578 Sum of all aliquot divisors of all positive integers <= prime(n). 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A153485(A000040(n)).
a(n) ~ (Pi^2/12 - 1/2) * n^2 * log(n)^2. - Amiram Eldar, Mar 22 2024
PROG
(PARI) a(n) = sum(i=1, prime(n), sigma(i)-i); \\ Michel Marcus, Sep 29 2014
CROSSREFS
Sequence in context: A053562 A003039 A109385 * A238827 A098407 A151390
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jun 30 2014
EXTENSIONS
More terms from Michel Marcus, Sep 29 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)