Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Jun 05 2023 12:07:06
%S 403511,418007,430267,432737,455123,467699,470219,487843,502937,
%T 513041,515579,518113,546109,571783,574363,584719,634603,645187,
%U 647837,653153,671851,674533,679891,720229,750037,779873,796139,817891,820609,847991,861761,883877
%N Primes that are the sum of 351 consecutive primes.
%H Syed Iddi Hasan, <a href="/A215998/b215998.txt">Table of n, a(n) for n = 1..10000</a>
%t Select[Total/@Partition[Prime[Range[700]],351,1],PrimeQ] (* _Harvey P. Dale_, Jun 05 2023 *)
%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 11 2018