A216019 Primes that are the sum of 90001 consecutive primes.
50009249009, 50013888949, 50026649293, 50034769913, 50040570647, 50044051097, 50048691751, 50049851921, 50052172319, 50060293967, 50062614541, 50063774837, 50100909293, 50105551547, 50106712127, 50107872707, 50109033287, 50131085677, 50135728421, 50142692681
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[91000]],90001,1],PrimeQ] (* Harvey P. Dale, Apr 13 2018 *)
Extensions
More terms added from b-file by Andrew Howroyd, Feb 19 2018