I was shown this example, but do not understand the procedure for doing this and why it's correct.
Show $\sum x^{n!}$ converges for $x \in (0,1)$.
Way it was shown: Write this as $x+x^2+0x^3+0x^4+\dots$.i.e. $\sum c_kx^k$ where $c_k$ is $1$ if $k=n!$ for some $n$, and $0$ otherwise. Now use the comparison:$|c_kx^k| \leq x^k$ so compare with geometric series.Can someone explain what is going on here with this method? Why can you write the series like this?Thanks