OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
le19[n_]:=Module[{emrps=Select[FromDigits/@Tuples[{1, 9}, n], !PalindromeQ[ #] && AllTrue[ {#, IntegerReverse[#]}, PrimeQ]&]}, If[IntegerReverse[#]>#, IntegerReverse[ #], {}]&/@emrps/.{}->Nothing]; Flatten[Table[le19[x], {x, 10}]] // Sort (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Apr 04 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Jan 23 2009
EXTENSIONS
More terms from Sean A. Irvine, Apr 06 2010
STATUS
approved