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.

A216002 Primes that are the sum of 1001 consecutive primes.

This page as a plain text file.
%I A216002 #14 Feb 19 2018 12:48:24
%S A216002 3698771,3915479,3947903,4037197,4045333,4102471,4192709,4209167,
%T A216002 4275149,4440613,4457197,4465501,4515311,4565107,4623467,4698697,
%U A216002 4757339,4832941,5001421,5026771,5052109,5085869,5102761,5119649,5221283,5289299,5323321
%N A216002 Primes that are the sum of 1001 consecutive primes.
%H A216002 Syed Iddi Hasan, <a href="/A216002/b216002.txt">Table of n, a(n) for n = 1..10000</a>
%t A216002 Select[Total/@Partition[Prime[Range[2000]], 1001, 1], PrimeQ] (* _Vincenzo Librandi_, Dec 17 2013 *)
%Y A216002 Cf. A215991.
%K A216002 nonn,easy
%O A216002 1,1
%A A216002 _Syed Iddi Hasan_, Aug 30 2012
%E A216002 More terms from _Vincenzo Librandi_, Dec 17 2013