Smallest n-digit number with distinct digits such that every k-digit substring (k <= n) taken from the left is divisible by k (k = 1..n).

A158242

Smallest n-digit number with distinct digits such that every k-digit substring (k <= n) taken from the left is divisible by k (k = 1..n).

Terms

    a(0) =1a(1) =10a(2) =102a(3) =1024a(4) =10245a(5) =102456a(6) =1024569a(7) =12965408a(8) =381654720a(9) =3816547290

External references