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 A129079 #2 Sep 24 2013 09:24:39 %S A129079 7,61,379,643,967,2549,9547,19531,45121,70199,78467,127637,150373, %T A129079 156257,175069,195311,209459,246709,286999,295513,312931,330859, %U A129079 349207,378239,398357,518191,553733,765287,779731,838927,853981,1166597 %N A129079 Prime numbers that are the sum of consecutive prime numbers with the final digit 7 (primes in A030432). %F A129079 a(n)=A030432(1)+A030432(2)+...+A030432(x); a is a prime number. %e A129079 a(6)=2549 because 2549=A030432(1)+ A030432(2)+A030432(3)+A030432(4)+ A030431(5)+A030432(6)+A030432(7)+ A030432(8)+A030432(9)+A030432(10)+A030432(11)+A030432(12)+A030432(13)+A030432(14)+A030432(15)+A030432(16)+A030432(17)= 7+ 17+ 37+ 47+ 67+ 97+ 107+ 127+ 137+ 157+ 167+ 197+ 227+ 257+ 277+ 307+ 317; and 2549 is a prime number. %Y A129079 Cf. A030432; A000040. %K A129079 easy,base,nonn %O A129079 1,1 %A A129079 _Tomas Xordan_, May 11 2007