OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
48 and 84 are both multiples of 4.
MATHEMATICA
Select[4*Range[600], !PalindromeQ[#]&&Divisible[IntegerReverse[#], 4]&] (* Harvey P. Dale, Apr 26 2022 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Jul 01 2001
EXTENSIONS
More terms from Dean Hickerson, Jul 06, 2001
STATUS
approved