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.

A216020 Primes that are the sum of 100001 consecutive primes.

This page as a plain text file.
%I A216020 #11 Jun 06 2018 12:06:15
%S A216020 62308795099,62312695301,62332197553,62349100789,62356902719,
%T A216020 62371207153,62423231159,62425832657,62457052223,62458353173,
%U A216020 62459654141,62464858003,62479168853,62483071967,62499986407,62502588679,62507793281,62510395583,62512997927,62526009929
%N A216020 Primes that are the sum of 100001 consecutive primes.
%H A216020 Syed Iddi Hasan, <a href="/A216020/b216020.txt">Table of n, a(n) for n = 1..10000</a>
%t A216020 Select[Total/@Partition[Prime[Range[120000]],100001,1],PrimeQ] (* _Harvey P. Dale_, Jun 06 2018 *)
%Y A216020 Cf. A215991.
%K A216020 nonn
%O A216020 1,1
%A A216020 _Syed Iddi Hasan_, Aug 30 2012
%E A216020 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018