A216011 Primes that are the sum of 10001 consecutive primes.
497947063, 498156823, 500466467, 500571541, 501622637, 502463719, 502989653, 504357421, 504462677, 505515529, 505831553, 507096409, 507518117, 508889657, 511000957, 511317701, 511740071, 512162507, 512373811, 513642043, 517766653, 518189963
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[10500]],10001,1],PrimeQ] (* Harvey P. Dale, Sep 18 2018 *)
Extensions
More terms added from b-file by Andrew Howroyd, Feb 19 2018