A215993 Primes that are the sum of 101 consecutive primes.
37447, 38047, 44203, 48611, 49253, 60259, 60923, 68281, 74297, 82421, 84503, 86599, 91423, 92831, 99761, 108533, 120811, 125887, 126613, 128761, 129469, 133781, 134507, 138863, 139591, 150827, 159161, 160697, 163003, 164531, 170633, 173741, 175277, 176797
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[1000]],101,1],PrimeQ] (* Harvey P. Dale, Sep 06 2012 *)
Extensions
More terms from Harvey P. Dale, Sep 06 2012