login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071148 Partial sums of sequence of odd primes [A065091]; a(n)=sum of the first n odd primes. 9
3, 8, 15, 26, 39, 56, 75, 98, 127, 158, 195, 236, 279, 326, 379, 438, 499, 566, 637, 710, 789, 872, 961, 1058, 1159, 1262, 1369, 1478, 1591, 1718, 1849, 1986, 2125, 2274, 2425, 2582, 2745, 2912, 3085, 3264, 3445, 3636, 3829, 4026, 4225, 4436, 4659, 4886 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

a(n)=A07504(n+1)-2

MATHEMATICA

s=0; lst={}; Do[p=Prime[n]; s+=p; AppendTo[lst, s], {n, 2, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 22 2009]

CROSSREFS

Cf. A013916-A013918, A007504, A065091.

Sequence in context: A071399 A001208 A159465 * A172289 A172296 A048598

Adjacent sequences:  A071145 A071146 A071147 * A071149 A071150 A071151

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 13 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:59 EST 2012. Contains 205788 sequences.