OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
216 and 612 are both multiples of 6.
MATHEMATICA
Select[6*Range[130], Divisible[FromDigits[Reverse[IntegerDigits[#]]], 6]&] (* Harvey P. Dale, May 09 2012 *)
Select[Range[700], Mod[#, 6]==Mod[IntegerReverse[#], 6]==0&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Nov 25 2020 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Jul 01 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jul 02 2001
Corrected by Harvey P. Dale, May 09 2012
STATUS
approved