A277056 Least k such that any sufficiently long repunit multiplied by k is a pandigital number in numerical base n.
2, 5, 7, 34, 195, 727, 3724, 9124, 92115, 338161, 2780514, 6871290, 99000993
Offset: 2
Examples
Any binary repunit multiplied by 2 is a binary pandigital, so a(2)=2 (10 in binary). k-th decimal repunit for k>4 multiplied by 92115 gives a decimal pandigital number (see A277054) with no number less than 92115 having the same property, so a(10)=92115.
Formula
Conjecture: for even n>4, a(n) = (n-2)*n^(n/2-1) + n^(n/2-2) + (n^(n/2)-1)/(n-1) + n/2 - 1.
Comments