OFFSET
1,2
LINKS
Matthew House, Table of n, a(n) for n = 1..10000
MATHEMATICA
apQ[n_]:=And@@(#[[1]]!=#[[2]]&/@Partition[Boole[EvenQ[ IntegerDigits[ n]]], 2, 1]); Select[Range[1, 15000, 2], PalindromeQ[#]&&apQ[#]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 15 2021 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved