A215996 Primes that are the sum of 251 consecutive primes.
198197, 199831, 204751, 208057, 216373, 218047, 219721, 224771, 229837, 247001, 248723, 250451, 262657, 269701, 330439, 352411, 363379, 367021, 385351, 387187, 389047, 415409, 421121, 434377, 440023, 441907, 449419, 453181, 458863, 468271, 483389, 487183
Offset: 1
Keywords
Links
- Syed Iddi Hasan, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A215991.
Programs
-
Mathematica
Select[Total/@Partition[Prime[Range[600]],251,1],PrimeQ] (* Harvey P. Dale, Oct 18 2013 *)
Extensions
More terms from Harvey P. Dale, Oct 18 2013