A062897 Number and its reversal are both multiples of 2.
2, 4, 6, 8, 20, 22, 24, 26, 28, 40, 42, 44, 46, 48, 60, 62, 64, 66, 68, 80, 82, 84, 86, 88, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266
Offset: 1
Programs
-
Mathematica
Select[Range[2,266,2],EvenQ[Last[Reverse[IntegerDigits[#]]]] &] (* Jayanta Basu, May 17 2013 *)
Extensions
Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jul 02 2001