OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..100
P. De Geest, World!Of Palindromic Primes
MATHEMATICA
Select[ Prime[ Range[111500]], IntegerDigits[ # ] == Reverse[ IntegerDigits[ # ]] && Union[ Join[ IntegerDigits[ # ], {0, 1, 4, 6, 8, 9}]] == {0, 1, 4, 6, 8, 9} & ]
Select[Prime[Range[120000]], PalindromeQ[#]&&NoneTrue[IntegerDigits[#], PrimeQ]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 08 2018 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), Apr 26 2003
EXTENSIONS
Edited and extended by Patrick De Geest, Jun 11 2003
STATUS
approved