Is it true that for all integers $k = 1, 2, 3, \cdots$ except powers of 10 ($1, 10, 100, \cdots, {10}^n, \cdots$),
there exist an integer $n$ such that $n^k$ include all digits from 0-9?
Example:
$$2 ^ {68} = 295147905179352825856\\ 3 ^ {39} = 4052555153018976267\\ 5 ^ {19} = 19073486328125$$
I can't seem to make any progress on this question, other than that if $n^{ab}$ includes all digits, then so must $(n^a)^b=(n^b)^a$... That's trivial though
Thank you
$$\frac{\log_210\cdot0.9^{n/\log_210}}{1-0.9}\approx33.2\cdot0.9^{n/3.32}$$ counterexamples for exponents above $n$. So $86$ is actually a bit lower than expected, since above that about $33.2\cdot0.9^{86/3.32}\approx2.2$ counterexamples would have been expected.
– joriki Mar 21 '20 at 23:34