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.

A216011 Primes that are the sum of 10001 consecutive primes.

This page as a plain text file.
%I A216011 #12 Sep 18 2018 18:07:59
%S A216011 497947063,498156823,500466467,500571541,501622637,502463719,
%T A216011 502989653,504357421,504462677,505515529,505831553,507096409,
%U A216011 507518117,508889657,511000957,511317701,511740071,512162507,512373811,513642043,517766653,518189963
%N A216011 Primes that are the sum of 10001 consecutive primes.
%H A216011 Syed Iddi Hasan, <a href="/A216011/b216011.txt">Table of n, a(n) for n = 1..10000</a>
%t A216011 Select[Total/@Partition[Prime[Range[10500]],10001,1],PrimeQ] (* _Harvey P. Dale_, Sep 18 2018 *)
%Y A216011 Cf. A215991.
%K A216011 nonn
%O A216011 1,1
%A A216011 _Syed Iddi Hasan_, Aug 30 2012
%E A216011 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018