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.

A216019 Primes that are the sum of 90001 consecutive primes.

This page as a plain text file.
%I A216019 #12 Apr 13 2018 08:57:12
%S A216019 50009249009,50013888949,50026649293,50034769913,50040570647,
%T A216019 50044051097,50048691751,50049851921,50052172319,50060293967,
%U A216019 50062614541,50063774837,50100909293,50105551547,50106712127,50107872707,50109033287,50131085677,50135728421,50142692681
%N A216019 Primes that are the sum of 90001 consecutive primes.
%H A216019 Syed Iddi Hasan, <a href="/A216019/b216019.txt">Table of n, a(n) for n = 1..10000</a>
%t A216019 Select[Total/@Partition[Prime[Range[91000]],90001,1],PrimeQ] (* _Harvey P. Dale_, Apr 13 2018 *)
%Y A216019 Cf. A215991.
%K A216019 nonn
%O A216019 1,1
%A A216019 _Syed Iddi Hasan_, Aug 30 2012
%E A216019 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018