login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A062899
Number and its reversal are both multiples of 6.
2
6, 24, 42, 48, 60, 66, 84, 204, 210, 216, 222, 228, 234, 240, 246, 252, 258, 264, 270, 276, 282, 288, 294, 402, 408, 414, 420, 426, 432, 438, 444, 450, 456, 462, 468, 474, 480, 486, 492, 498, 600, 606, 612, 618, 624, 630, 636, 642, 648, 654, 660, 666, 672
OFFSET
1,1
LINKS
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
Sequence in context: A063961 A328180 A218291 * A061811 A252066 A031101
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