A181736 The number of integers in base 2n such that all digits are used exactly once (so length is 2n) and for each m<=2n the base 2n integer consisting of the first m digits is divisible by m.
1, 2, 2, 3, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1
Examples
a(1)=1 because the only number base 2 satisfying the condition is 10. a(2)=2 because the two in base 4 are 1230 and 3210.
Crossrefs
The numbers are listed in A111456.
Comments