login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Primes with palindromic primes indices.
1

%I #10 Jun 18 2017 12:05:47

%S 3,5,11,17,31,547,739,877,1087,1153,2081,2381,2549,2647,5503,5749,

%T 6037,6113,7193,7283,108271,110603,111791,120097,121271,133087,136547,

%U 137743,143827,149791,150979,155747,160681,169483,170609,176711,180247,182747

%N Primes with palindromic primes indices.

%H Harvey P. Dale, <a href="/A124173/b124173.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) = A000040(A002385(n)).

%t Prime[#]&/@Select[Prime[Range[10000]],IntegerDigits[#] == Reverse[ IntegerDigits[#]]&] (* _Harvey P. Dale_, Nov 24 2012 *)

%K easy,nonn,base,less

%O 1,1

%A _Giovanni Teofilatto_, Dec 04 2006

%E More terms from _R. J. Mathar_, Apr 22 2010