Find the smallest $n$ such that the digits in $2^n$ have every digit from $1$ to $9$.
Like, the smallest power of $2$ that it has every digits from $1$ to $9$, excluding $0$.
Is there a way to do this without "brute force"?
Find the smallest $n$ such that the digits in $2^n$ have every digit from $1$ to $9$.
Like, the smallest power of $2$ that it has every digits from $1$ to $9$, excluding $0$.
Is there a way to do this without "brute force"?
$$ 2^{51} = 2251799813685248 $$