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”).

A124173
Primes with palindromic primes indices.
1
3, 5, 11, 17, 31, 547, 739, 877, 1087, 1153, 2081, 2381, 2549, 2647, 5503, 5749, 6037, 6113, 7193, 7283, 108271, 110603, 111791, 120097, 121271, 133087, 136547, 137743, 143827, 149791, 150979, 155747, 160681, 169483, 170609, 176711, 180247, 182747
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(A002385(n)).
MATHEMATICA
Prime[#]&/@Select[Prime[Range[10000]], IntegerDigits[#] == Reverse[ IntegerDigits[#]]&] (* Harvey P. Dale, Nov 24 2012 *)
CROSSREFS
Sequence in context: A336372 A146622 A124179 * A091610 A327044 A006170
KEYWORD
easy,nonn,base,less
AUTHOR
Giovanni Teofilatto, Dec 04 2006
EXTENSIONS
More terms from R. J. Mathar, Apr 22 2010
STATUS
approved