login
A074156
Smallest multiple of n with initial digits that of the reversal of n, deleting the leading zeros wherever required.
1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 216, 312, 4102, 510, 6112, 714, 810, 912, 20, 126, 22, 322, 4200, 525, 624, 729, 8204, 928, 30, 1302, 2304, 33, 4318, 5320, 6300, 7326, 836, 936, 40, 1435, 2436, 344, 44, 540, 644, 7426, 8400, 9408, 50, 153, 2548, 3551, 4536
OFFSET
1,2
EXAMPLE
a(10) = 10 = 010, a(12) = 216, which begins with 21, the digit reversal of 12.
CROSSREFS
Sequence in context: A004873 A043316 A044913 * A062003 A061147 A004884
KEYWORD
base,nonn,easy
AUTHOR
Amarnath Murthy, Aug 29 2002
EXTENSIONS
More terms from Joshua Zucker, May 08 2006
STATUS
approved