The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A109722 Sum of first 2n primes. 6
0, 5, 17, 41, 77, 129, 197, 281, 381, 501, 639, 791, 963, 1161, 1371, 1593, 1851, 2127, 2427, 2747, 3087, 3447, 3831, 4227, 4661, 5117, 5589, 6081, 6601, 7141, 7699, 8275, 8893, 9523, 10191, 10887, 11599, 12339, 13101, 13887, 14697, 15537, 16401, 17283 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Bisection of A007504.
LINKS
FORMULA
a(n) = A007504(2n).
MATHEMATICA
f[n_] := Sum[Prime[k], {k, n}]; Table[f[2n], {n, 0, 43}]
Join[{0}, With[{nn=100}, Take[Accumulate[Prime[Range[nn]]], {2, nn, 2}]]] (* Harvey P. Dale, Dec 20 2021 *)
CROSSREFS
Sequence in context: A269728 A091864 A304079 * A097121 A007904 A139545
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Aug 10 2005
EXTENSIONS
Edited and extended by Ray Chandler, Aug 11 2005
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 May 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)