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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077131 Sum of odd indexed primes. 2
2, 7, 18, 35, 58, 89, 130, 177, 236, 303, 376, 459, 556, 659, 768, 895, 1032, 1181, 1338, 1505, 1684, 1875, 2072, 2283, 2510, 2743, 2984, 3241, 3510, 3787, 4070, 4377, 4690, 5021, 5368, 5721, 6088, 6467, 6856, 7257, 7676, 8107, 8546, 8995, 9456, 9923 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(2)=7 as p_1=2, p_2=3 and p_3=5, therefore a(2)=p_1+p_3=7

PROG

(PARI) a(n)=if(n<1, 0, sum(k=1, n, prime(2*k-1)))

CROSSREFS

Sequence in context: A136583 A141631 A172188 * A176854 A086741 A051743

Adjacent sequences:  A077128 A077129 A077130 * A077132 A077133 A077134

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Nov 29 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 14 23:53 EST 2012. Contains 205689 sequences.