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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096208 Primes expressible as a sum of odd indexed primes. 0
2, 7, 89, 659, 1181, 5021, 9923, 10909, 11941, 17959, 26879, 48437, 53077, 65707, 71191, 74051, 119723, 135019, 147151, 173053, 226381, 293177, 323797, 362911, 411449, 470621, 478321, 542251, 575837, 592987, 646259, 721141, 730819, 740599 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

a(3) = 89 because 89 = 2 + 5 + 11 + 17 + 23 + 31

MATHEMATICA

Select[Table[Plus @@ Prime[2Range[i] - 1], {i, 1000}], PrimeQ[ # ] &]

CROSSREFS

Cf. A077131.

Sequence in context: A054919 A119157 A079701 * A123995 A056161 A076740

Adjacent sequences:  A096205 A096206 A096207 * A096209 A096210 A096211

KEYWORD

nonn

AUTHOR

Alonso Delarte (alonso.delarte(AT)gmail.com), Jul 27 2004

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 16 21:17 EST 2012. Contains 205971 sequences.