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.
%I A161612 #11 Sep 24 2013 09:52:16 %S A161612 379,491,733,797,863,1487,1559,1637,1873,1951,2027,2267,2351,3083, %T A161612 3167,3251,3671,4457,4549,4639,4729,5119,5683,5953,6043,6133,6311, %U A161612 6569,6659,7937,8761,9199,9371,10007,11497,11701,11897,12007,12113,12917,13121 %N A161612 Primes that are the sum of 15 consecutive primes. %H A161612 Syed Iddi Hasan, <a href="/A161612/b161612.txt">Table of n, a(n) for n = 1..10000</a> %e A161612 3+5+7+11+13+17+19+23+29+31+37+41+43+47+53=379. %e A161612 7+11+13+17+19+23+29+31+37+41+43+47+53+59+61=491,... %t A161612 Select[Table[Plus@@Prime[Range[n, n + 14]], {n, 100}], PrimeQ] (* From _Alonso del Arte_, Dec 15 2010 *) %K A161612 nonn %O A161612 1,1 %A A161612 _Vladimir Joseph Stephan Orlovsky_, Jun 14 2009