OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..400
MATHEMATICA
Select[Prime[Range[220000]], OddQ[IntegerLength[#]]&&PalindromeQ[#]&&IntegerDigits[#][[(IntegerLength[#]+1)/2]]==6&] (* Harvey P. Dale, Feb 14 2025 *)
PROG
(Magma) [ p: p in PrimesUpTo(200000000) | IsOdd(d) and D[(d+1) div 2] eq 6 and D eq Reverse(D) where d is #D where D is Intseq(p) ]; // Vincenzo Librandi, Apr 12 2011
CROSSREFS
KEYWORD
nonn,base,changed
AUTHOR
Lekraj Beedassy, Apr 25 2003
EXTENSIONS
Corrected by David Wasserman, Sep 09 2004
STATUS
approved