The smallest number k which, when written in base n, has a factorization k = f1*f2*...*fr where the digits of {k, f1, f2, ..., fr} together contain the digits 0,1,...,(n-1) exactly once. Set a(n) = -1 if no such k exists.
A372249
The smallest number k which, when written in base n, has a factorization k = f1*f2*...*fr where the digits of {k, f1, f2, ..., fr} together contain the digits 0,1,...,(n-1) exactly once. Set a(n) = -1 if no such k exists.
Terms
- a(0) =297a(1) =440a(2) =1440a(3) =8596a(4) =15552a(5) =121638a(6) =282240a(7) =1039104a(8) =5757696a(9) =24108000
External references
- oeis: A372249