Given the number 123456789. Find a permutation of the number's digits such, that the left most digit is evenly divisible by 1, the two left most digits are evenly divisible by 2, the three left most digits are divisibly by 3 and so on?
A 9-digit number has a property that the first 'n' digits are divisible by 'n'. There is no '0' in the number and all the digits in the number are distinct. What is the number?