A216003 Primes that are the sum of 1501 consecutive primes.
8872139, 8922577, 8947817, 9036329, 9061673, 9074357, 9125143, 9150569, 9354619, 9469693, 9495293, 9508099, 9533759, 9649357, 9687889, 9713623, 9752243, 9894179, 9984827, 10088569, 10153519, 10309927, 10479577, 10492637, 10571123, 10833247, 10964857, 11057279
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[1700]],1501,1],PrimeQ] (* Harvey P. Dale, Oct 19 2022 *)
Extensions
More terms added from b-file by Andrew Howroyd, Feb 19 2018