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!)
A079552 Record values in A079551. 2
0, 1, 3, 6, 10, 14, 20, 25, 31, 35, 41, 49, 58, 66, 74, 78, 84, 88, 100, 108, 116, 128, 136, 140, 148, 160, 169, 177, 181, 193, 203, 215, 223, 231, 239, 245, 257, 269, 279, 283, 289, 293, 311, 319, 333, 342, 354, 370, 378, 382, 394, 402, 410, 430, 438, 447, 451, 457, 473 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A000005(A006093(n)) + a(n-1). - Jon Maiga, Jan 02 2019
MATHEMATICA
RecurrenceTable[{a[0]==0, a[n]==DivisorSigma[0, Prime[n]-1]+a[n-1]}, a, {n, 100}] (* Jon Maiga, Jan 02 2019 *)
CROSSREFS
Partial sums of A008328.
Sequence in context: A330259 A024928 A330257 * A334454 A236758 A272058
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 24 2003
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 August 13 16:28 EDT 2024. Contains 375144 sequences. (Running on oeis4.)