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

%I #12 Feb 19 2018 12:47:59

%S 198197,199831,204751,208057,216373,218047,219721,224771,229837,

%T 247001,248723,250451,262657,269701,330439,352411,363379,367021,

%U 385351,387187,389047,415409,421121,434377,440023,441907,449419,453181,458863,468271,483389,487183

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

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

%t Select[Total/@Partition[Prime[Range[600]],251,1],PrimeQ] (* _Harvey P. Dale_, Oct 18 2013 *)

%Y Cf. A215991.

%K nonn

%O 1,1

%A _Syed Iddi Hasan_, Aug 30 2012

%E More terms from _Harvey P. Dale_, Oct 18 2013