A215998 Primes that are the sum of 351 consecutive primes.
403511, 418007, 430267, 432737, 455123, 467699, 470219, 487843, 502937, 513041, 515579, 518113, 546109, 571783, 574363, 584719, 634603, 645187, 647837, 653153, 671851, 674533, 679891, 720229, 750037, 779873, 796139, 817891, 820609, 847991, 861761, 883877
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[700]],351,1],PrimeQ] (* Harvey P. Dale, Jun 05 2023 *)
Extensions
More terms added from b-file by Andrew Howroyd, Feb 11 2018