A062898 Number and its reversal are both multiples of 4.
4, 8, 40, 44, 48, 80, 84, 88, 212, 216, 232, 236, 252, 256, 272, 276, 292, 296, 400, 404, 408, 420, 424, 428, 440, 444, 448, 460, 464, 468, 480, 484, 488, 612, 616, 632, 636, 652, 656, 672, 676, 692, 696, 800, 804, 808, 820, 824, 828, 840, 844, 848, 860, 864
Offset: 1
Examples
256 and 652 are both multiples of 4.
Programs
-
Mathematica
Select[4*Range[600],Divisible[IntegerReverse[#],4]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 04 2017 *)
Extensions
More terms from Larry Reeves (larryr(AT)acm.org), Jul 02 2001
Corrected by Harvey P. Dale, May 04 2017