OFFSET
1,2
COMMENTS
Begins to differ from the odd palindromic numbers, A029950, in the 21st term.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
a(21) = 212 because it is the 21st palindromic number with an odd digit, the first even one
MATHEMATICA
Select[Range[1000], PalindromeQ[#]&&AnyTrue[IntegerDigits[#], OddQ]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 24 2021 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Michael Joseph Halm, Mar 19 2004
EXTENSIONS
Corrected and definition clarified by Harvey P. Dale, May 24 2021
STATUS
approved