login
Smallest multiple of n with initial digits that of the reversal of n, deleting the leading zeros wherever required.
1

%I #5 Dec 05 2013 19:55:34

%S 1,2,3,4,5,6,7,8,9,10,11,216,312,4102,510,6112,714,810,912,20,126,22,

%T 322,4200,525,624,729,8204,928,30,1302,2304,33,4318,5320,6300,7326,

%U 836,936,40,1435,2436,344,44,540,644,7426,8400,9408,50,153,2548,3551,4536

%N Smallest multiple of n with initial digits that of the reversal of n, deleting the leading zeros wherever required.

%e a(10) = 10 = 010, a(12) = 216, which begins with 21, the digit reversal of 12.

%K base,nonn,easy

%O 1,2

%A _Amarnath Murthy_, Aug 29 2002

%E More terms from _Joshua Zucker_, May 08 2006