login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127341 Primes that can be written as the sum of 13 consecutive primes. 11
691, 863, 983, 1153, 1283, 1553, 1621, 1753, 1823, 2111, 2239, 2311, 2963, 3191, 3617, 3853, 4099, 4357, 4519, 4597, 4999, 5081, 5393, 5471, 5623, 5693, 5849, 6229, 6491, 6971, 7349, 7673, 8123, 8191, 8669, 8933, 9391, 10141, 10499, 10949, 11273 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
691 = prime(10) + prime(11) + ... + prime(22) = 29 + 31 + ... + 79.
MATHEMATICA
Select[Table[Sum[Prime[i], {i, n, n + 12}], {n, 1, 150}], PrimeQ[ # ] &]
Select[Total/@Partition[Prime[Range[200]], 13, 1], PrimeQ] (* Harvey P. Dale, Aug 13 2021 *)
CROSSREFS
Sequence in context: A180320 A159283 A106281 * A135316 A160500 A327448
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 11 2007
EXTENSIONS
Edited by Stefan Steinerberger, Jul 31 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 04:26 EDT 2024. Contains 371782 sequences. (Running on oeis4.)