a(n) is the largest n-digit number using each digit 0 to n-1 once, such that the numbers formed by its last k digits are divisible by k, (k = 1..n).
A334537
a(n) is the largest n-digit number using each digit 0 to n-1 once, such that the numbers formed by its last k digits are divisible by k, (k = 1..n).
Terms
- a(0) =0a(1) =10a(2) =210a(3) =3120a(4) =43120a(5) =543120a(6) =6531420a(7) =76351240a(8) =876351240a(9) =9876351240
External references
- oeis: A334537