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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070934 Smallest prime equal to the sum of 2n+1 consecutive primes. 13
2, 23, 53, 197, 127, 233, 691, 379, 499, 857, 953, 1151, 1259, 1583, 2099, 2399, 2417, 2579, 2909, 3803, 3821, 4217, 4651, 5107, 5813, 6829, 6079, 6599, 14153, 10091, 8273, 10163, 9521, 12281, 13043, 11597, 12713, 13099, 16763, 15527, 16823, 22741 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

Every term of the increasing sequence of primes 127,401,439,479,593,... is splittable into a sum of 9 consecutive odd primes and 127=3+5+7+11+13+17+19+23+29 is the least one corresponding to n=4.

MATHEMATICA

f[n_] := Block[{k = 1, s}, While[s = Sum[Prime[i], {i, k, k + 2n}] ; ! PrimeQ[s], k++ ]; s]; Table[f[n], {n, 0, 41}] (*Chandler*)

CROSSREFS

Cf. Bisection of A070281.

See A082244 for another version.

Sequence in context: A074809 A084237 A106928 * A031915 A102385 A042679

Adjacent sequences:  A070931 A070932 A070933 * A070935 A070936 A070937

KEYWORD

nonn

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), May 21 2002

EXTENSIONS

Corrected and extended by Ray G. Opao (qzxpqbp(AT)gmail.com), Aug 26 2004

Entry revised by Ray Chandler (rayjchandler(AT)sbcglobal.net), Sep 27 2006

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 09:15 EST 2012. Contains 205753 sequences.