login
Primes that are the sum of 20001 consecutive primes.
2

%I #12 Aug 13 2019 13:47:12

%S 2139328861,2141127829,2147427883,2151255209,2156436059,2156661379,

%T 2157112043,2157337379,2157788063,2158013423,2159591171,2160267451,

%U 2164325963,2172449597,2172675359,2174029933,2176513891,2178094981,2178320909,2179450733

%N Primes that are the sum of 20001 consecutive primes.

%H Syed Iddi Hasan, <a href="/A216012/b216012.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Total/@Partition[Prime[Range[20200]],20001,1],PrimeQ] (* _Harvey P. Dale_, Aug 13 2019 *)

%Y Cf. A215991.

%K nonn

%O 1,1

%A _Syed Iddi Hasan_, Aug 30 2012

%E More terms added from b-file by _Andrew Howroyd_, Feb 19 2018