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.

A216017 Primes that are the sum of 70001 consecutive primes.

This page as a plain text file.
%I A216017 #12 Feb 19 2018 12:33:01
%S A216017 29566391447,29573452009,29588457781,29597285953,29618476529,
%T A216017 29620242577,29621125607,29631722363,29633488637,29641437223,
%U A216017 29682072881,29692675669,29699744747,29718304657,29722724327,29745708413,29757201703,29762506859,29765159587,29774002381
%N A216017 Primes that are the sum of 70001 consecutive primes.
%H A216017 Syed Iddi Hasan, <a href="/A216017/b216017.txt">Table of n, a(n) for n = 1..10000</a>
%t A216017 Select[Total/@Partition[Prime[Range[71000]],70001,1],PrimeQ] (* _Harvey P. Dale_, Mar 04 2013 *)
%Y A216017 Cf. A215991.
%K A216017 nonn
%O A216017 1,1
%A A216017 _Syed Iddi Hasan_, Aug 30 2012
%E A216017 More terms from _Harvey P. Dale_, Mar 04 2013