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.

A215993 Primes that are the sum of 101 consecutive primes.

This page as a plain text file.
%I A215993 #12 Feb 19 2018 12:30:45
%S A215993 37447,38047,44203,48611,49253,60259,60923,68281,74297,82421,84503,
%T A215993 86599,91423,92831,99761,108533,120811,125887,126613,128761,129469,
%U A215993 133781,134507,138863,139591,150827,159161,160697,163003,164531,170633,173741,175277,176797
%N A215993 Primes that are the sum of 101 consecutive primes.
%H A215993 Syed Iddi Hasan, <a href="/A215993/b215993.txt">Table of n, a(n) for n = 1..10000</a>
%t A215993 Select[Total/@Partition[Prime[Range[1000]],101,1],PrimeQ] (* _Harvey P. Dale_, Sep 06 2012 *)
%Y A215993 Cf. A215991.
%K A215993 nonn
%O A215993 1,1
%A A215993 _Syed Iddi Hasan_, Aug 30 2012
%E A215993 More terms from _Harvey P. Dale_, Sep 06 2012