A215995 Primes that are the sum of 201 consecutive primes.
115279, 130457, 131731, 135613, 162293, 163637, 164987, 173149, 179957, 201961, 204733, 214517, 230137, 231559, 232987, 244547, 257591, 259033, 267791, 273643, 283937, 292841, 313763, 319763, 322769, 325769, 336211, 342187, 349709, 352757, 371233, 372797
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[2000]],201,1],PrimeQ] (* Harvey P. Dale, Nov 23 2016 *)
Extensions
More terms from Harvey P. Dale, Nov 23 2016