This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A216006 #12 Jun 18 2021 12:26:53 %S A216006 39140867,39693847,39749167,40081687,40359257,40581559,40748537, %T A216006 40804271,41334719,41362687,41390659,41558513,41894353,41978333, %U A216006 42006331,42650789,42706913,42931589,43240993,43578947,43973887,44623771,44906977,45417859,45474727 %N A216006 Primes that are the sum of 3001 consecutive primes. %H A216006 Syed Iddi Hasan, <a href="/A216006/b216006.txt">Table of n, a(n) for n = 1..10000</a> %t A216006 Select[Total/@Partition[Prime[Range[3500]],3001,1],PrimeQ] (* _Harvey P. Dale_, Jun 18 2021 *) %Y A216006 Cf. A215991. %K A216006 nonn %O A216006 1,1 %A A216006 _Syed Iddi Hasan_, Aug 30 2012 %E A216006 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018