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 A156793 #10 Nov 21 2013 12:49:33 %S A156793 6,7,11,12,20,21,22,25,28,30,35,37,39,41,46,64,68,69,72,77,126,127, %T A156793 130,131,132,133,135,136,155,159,160,162,163,164,166,167,169,172,173, %U A156793 174,178,180,182,184,185,186,190,191,194,196,197,198,199,200,201,202,203 %N A156793 Indices of primes whose reversal is a different prime. %C A156793 Indices of primes in A006567. %H A156793 Harvey P. Dale, <a href="/A156793/b156793.txt">Table of n, a(n) for n = 1..1000</a> %e A156793 If prime(n=6)=13(1<3) and 31=prime, then 6=a(1). If prime(n=7)=17(1<7) and 71=prime, then 7=a(2). If prime(n=11)=31(3>1) and 13=prime, then 11=a(3), etc. %t A156793 difpQ[n_]:=Module[{idn=IntegerDigits[n],ridn},ridn=Reverse[idn];idn!=ridn && PrimeQ[FromDigits[ridn]]]; PrimePi/@ Select[ Prime[ Range[ 250]], difpQ] (* _Harvey P. Dale_, Nov 23 2011 *) %Y A156793 Cf. A006567. %K A156793 nonn,base %O A156793 1,1 %A A156793 _Juri-Stepan Gerasimov_, Feb 16 2009 %E A156793 45 replaced by 46. 127, 131, 136, 155, 159 inserted, etc. - _R. J. Mathar_, Feb 26 2009