Is there such natural number N, such that $a^c$ has 10 distinct digits, for all natural a and all natural $c \ge N$?
Note:
- The question is about the decimal system
- Number a is not a power of 10
For example, $19^{24}$ contains all decimal digits and the same is true for $19^{25}$, and so far.
I strongly believe so, but also believe it will be very difficult to prove. One way to justify the belief is to make a probabilistic argument claiming (most of) the digits of $a^c$ (especially the middle ones, which is most of them) are "random". Then if $a^c$ has $n$ digits the chance any one is missing is about $10 \cdot 0.9^n$. Now sum over $c$ from $N$ to infinity and the chance for a given $a$ is as small as you want by choosing $N$ large enough. Now show you can sum over $a$ and still keep the sum small. The point is that as $a$ gets large $a^c$ has even more digits and even less chance of having one missing. I have done the first part several times, but not the sum over $a$.