cp's OEIS Frontend

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.

A216008 Primes that are the sum of 4001 consecutive primes.

This page as a plain text file.
%I A216008 #12 Feb 19 2018 12:35:34
%S A216008 71494021,71569777,71759383,72177089,72215119,72557729,72938807,
%T A216008 73243897,73549573,73626127,74008993,74123911,74277173,75351371,
%U A216008 75505117,75735911,75851333,75889813,75928309,76313267,76351763,77045417,77199743,77663099,77972423,78243313
%N A216008 Primes that are the sum of 4001 consecutive primes.
%H A216008 Syed Iddi Hasan, <a href="/A216008/b216008.txt">Table of n, a(n) for n = 1..10000</a>
%t A216008 Select[Total/@Partition[Prime[Range[4500]],4001,1],PrimeQ] (* _Harvey P. Dale_, Aug 26 2014 *)
%Y A216008 Cf. A215991.
%K A216008 nonn
%O A216008 1,1
%A A216008 _Syed Iddi Hasan_, Aug 30 2012
%E A216008 More terms from _Harvey P. Dale_, Aug 26 2014