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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058871 Sum of next n primes (A007468) is prime for odd n or half the sum is prime for even n. 0
1, 3, 5, 7, 9, 13, 18, 20, 23, 25, 29, 48, 55, 98, 117, 119, 123, 130, 173, 187, 193, 198, 205, 213, 218, 223, 248, 249, 255, 259, 265, 268, 285, 292, 299, 311, 329, 346, 351, 386, 390, 393, 397, 411, 412, 448, 483, 487, 513, 515, 525, 554, 563, 574, 587, 597 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Do[ s = Sum[ Prime[i], {i, n(n-1)/2 + 1, n(n+1)/2} ]; If[ PrimeQ[s] || PrimeQ[s/2], Print[n] ], {n, 1, 10^3} ]

CROSSREFS

Cf. A007468.

Sequence in context: A003524 A178653 A200975 * A126278 A121259 A089228

Adjacent sequences:  A058868 A058869 A058870 * A058872 A058873 A058874

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 06 2001

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:16 EST 2012. Contains 205687 sequences.