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.

A216005 Primes that are the sum of 2501 consecutive primes.

This page as a plain text file.
%I A216005 #12 May 30 2020 15:37:14
%S A216005 26367581,26524517,26636821,26726761,27087383,27132509,27222803,
%T A216005 27448879,27494167,27630191,27675569,27698267,27720967,27743657,
%U A216005 27789029,27834407,28379887,28562201,28607801,29202997,29225923,29271763,29317609,29593009,29937619
%N A216005 Primes that are the sum of 2501 consecutive primes.
%H A216005 Syed Iddi Hasan, <a href="/A216005/b216005.txt">Table of n, a(n) for n = 1..10000</a>
%t A216005 Select[Total/@Partition[Prime[Range[2700]],2501,1],PrimeQ] (* _Harvey P. Dale_, May 30 2020 *)
%Y A216005 Cf. A215991.
%K A216005 nonn
%O A216005 1,1
%A A216005 _Syed Iddi Hasan_, Aug 30 2012
%E A216005 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018