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!)
A322420 Sum of the first n*(n+1) primes. 4
0, 5, 41, 197, 639, 1593, 3447, 6601, 11599, 19113, 29897, 44683, 64615, 90763, 124211, 166551, 218759, 283081, 360979, 454095, 564319, 694297, 846287, 1021511, 1223095, 1454367, 1717867, 2016457, 2352313, 2728929, 3149913, 3619807, 4141547 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Partial sums of A109726.
LINKS
FORMULA
a(n) = A007504(A002378(n)).
MATHEMATICA
f[n_] := Sum[Prime[k], {k, n}]; Table[f[n*(n+1)], {n, 0, 32}]
Module[{nn=40, ap}, ap=Join[{0}, Accumulate[Prime[Range[nn^2-nn+1]]]]; Table[ ap[[n^2-n+1]], {n, nn}]] (* Harvey P. Dale, Jul 14 2021 *)
CROSSREFS
Sequence in context: A096946 A027954 A270623 * A270165 A270157 A322421
KEYWORD
nonn
AUTHOR
Ray Chandler, Dec 07 2018
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 July 14 11:30 EDT 2024. Contains 374318 sequences. (Running on oeis4.)