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 A259144 #17 Jun 23 2015 08:01:38 %S A259144 1,2,7,20,28,58,95,154,226,278,403,570,734,949,1200,1515,1931,2328, %T A259144 2908,3529,4196,5034,5800,6870,7871,9132,10574,12359,14005,15871, %U A259144 17924,20231,22505,25903,28800,31532,34830,38479,43334,48847,52769,57173,61545,67774,75186 %N A259144 Number of n-digit primes whose sum of digits is 7. %H A259144 Giovanni Resta, <a href="/A259144/b259144.txt">Table of n, a(n) for n = 1..100</a> %o A259144 (PARI) a(n)=n--; my(A,B,C,D); sum(a=0,n, A=10^n+10^a+1; sum(b=a,n, B=A+10^b; sum(c=b,n, C=B+10^c; sum(d=c,n, D=C+10^d; sum(e=d,n, isprime(D+10^e)))))) \\ _Charles R Greathouse IV_, Jun 19 2015 %Y A259144 Cf. A007953, A052221, A062337. %K A259144 nonn,base %O A259144 1,2 %A A259144 _Zak Seidov_, Jun 19 2015 %E A259144 More terms from _Alois P. Heinz_, Jun 19 2015