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 A135076 #12 Oct 13 2013 06:08:15 %S A135076 2,7,5,11,13,7,19,19,29,31,41,37,29,43,41,37,47,61,59,67,71,61,73,79, %T A135076 89,109,103,89,109,107,107,113,139,151,127,137,107,113,167,173,167, %U A135076 181,191,173,193,223,233,211,199,229,251,239,281,251,277,281,239,241,239,269 %N A135076 Primes appearing in A001370. %H A135076 Zak Seidov, <a href="/A135076/b135076.txt">Table of n, a(n) for n = 1..1000.</a> %F A135076 a(n)=A007953(2^A076203(n)). %e A135076 a(1)=2 because with s=A076203(1)=1, 2^s=2 and sod(2)=2; sod(x)=sum of digits of x; %e A135076 a(2)=7 because with s=A076203(2)=4, 2^s=16 and sod(16)=7. %e A135076 a(7)=9 because with s=A076203(7)=12, 2^s=4096 and sod(4096)=19. %e A135076 a(8)=9 because with s=A076203(8)=18, 2^s=262144 and sod(262144)=19. %o A135076 (PARI) lista(nn) = {for (n=1, nn, sd = sumdigits(2^n); if (isprime(sd), print1(sd, ", ")););} \\ _Michel Marcus_, Oct 13 2013 %Y A135076 Cf. A001370, A076203. %K A135076 base,nonn %O A135076 1,1 %A A135076 _Zak Seidov_, Nov 18 2007 %E A135076 Name corrected by _Michel Marcus_, Oct 13 2013