A216014 Primes that are the sum of 40001 consecutive primes.
9166339261, 9168739423, 9169219471, 9177862313, 9182664913, 9198038063, 9198999191, 9202363241, 9202843843, 9207169459, 9218706113, 9220629391, 9222552799, 9229285487, 9232652257, 9245641121, 9260559983, 9262966703, 9273556697, 9279334283
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[40300]],40001,1],PrimeQ] (* Harvey P. Dale, Aug 13 2019 *)
Extensions
More terms added from b-file by Andrew Howroyd, Feb 19 2018