A215994 Primes that are the sum of 151 consecutive primes.
71011, 71941, 80429, 88079, 106699, 107699, 114761, 117809, 123863, 126949, 134287, 137437, 143719, 148961, 157457, 160627, 170063, 181871, 189467, 200467, 216023, 219377, 221603, 222713, 223829, 224951, 229433, 231661, 238373, 241727, 244009, 254383, 264731
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[500]],151,1],PrimeQ] (* Harvey P. Dale, May 14 2017 *)
Extensions
More terms from Harvey P. Dale, May 14 2017