A216006 Primes that are the sum of 3001 consecutive primes.
39140867, 39693847, 39749167, 40081687, 40359257, 40581559, 40748537, 40804271, 41334719, 41362687, 41390659, 41558513, 41894353, 41978333, 42006331, 42650789, 42706913, 42931589, 43240993, 43578947, 43973887, 44623771, 44906977, 45417859, 45474727
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[3500]],3001,1],PrimeQ] (* Harvey P. Dale, Jun 18 2021 *)
Extensions
More terms added from b-file by Andrew Howroyd, Feb 19 2018