login
Nine-digit numbers with all distinct digits such that the string formed by the last k digits is divisible by k for any 1<=k<=9.
1

%I #2 Mar 30 2012 17:26:28

%S 123567480,123675840,123756480,126573840,132576840,132657480,

%T 132765840,135648720,135726840,138546720,138675240,147528360,

%U 153276840,153672480,153768240,156237840,156348720,162573480,165327840,165378240,165438720

%N Nine-digit numbers with all distinct digits such that the string formed by the last k digits is divisible by k for any 1<=k<=9.

%C There are exactly 202 such numbers, a(n)=A140501(n)-9000000000.

%F a(n)=A140501(n)-9000000000.

%Y A140501, A147636, A147637.

%K base,fini,nonn

%O 1,1

%A _Zak Seidov_, Nov 09 2008