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.

A216003 Primes that are the sum of 1501 consecutive primes.

This page as a plain text file.
%I A216003 #12 Oct 19 2022 16:47:28
%S A216003 8872139,8922577,8947817,9036329,9061673,9074357,9125143,9150569,
%T A216003 9354619,9469693,9495293,9508099,9533759,9649357,9687889,9713623,
%U A216003 9752243,9894179,9984827,10088569,10153519,10309927,10479577,10492637,10571123,10833247,10964857,11057279
%N A216003 Primes that are the sum of 1501 consecutive primes.
%H A216003 Syed Iddi Hasan, <a href="/A216003/b216003.txt">Table of n, a(n) for n = 1..10000</a>
%t A216003 Select[Total/@Partition[Prime[Range[1700]],1501,1],PrimeQ] (* _Harvey P. Dale_, Oct 19 2022 *)
%Y A216003 Cf. A215991.
%K A216003 nonn
%O A216003 1,1
%A A216003 _Syed Iddi Hasan_, Aug 30 2012
%E A216003 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018