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.

A215994 Primes that are the sum of 151 consecutive primes.

This page as a plain text file.
%I A215994 #12 Feb 19 2018 12:30:56
%S A215994 71011,71941,80429,88079,106699,107699,114761,117809,123863,126949,
%T A215994 134287,137437,143719,148961,157457,160627,170063,181871,189467,
%U A215994 200467,216023,219377,221603,222713,223829,224951,229433,231661,238373,241727,244009,254383,264731
%N A215994 Primes that are the sum of 151 consecutive primes.
%H A215994 Syed Iddi Hasan, <a href="/A215994/b215994.txt">Table of n, a(n) for n = 1..10000</a>
%t A215994 Select[Total/@Partition[Prime[Range[500]],151,1],PrimeQ] (* _Harvey P. Dale_, May 14 2017 *)
%Y A215994 Cf. A215991.
%K A215994 nonn
%O A215994 1,1
%A A215994 _Syed Iddi Hasan_, Aug 30 2012
%E A215994 More terms from _Harvey P. Dale_, May 14 2017