I am reviewing the decimal expansion of real numbers in the context of real analysis.
I am learning the ternary expansion, but I don't understand the following statement:
$$x=\frac{10}{27}=0.101=.100222\dots$$
In a ternary expansion, I should be able to write: where $a_k\in\{0,1,2\},$
$$x=\sum_\limits{k=1}^\infty a_k\frac{1}{3^k}.$$
So I understand that the second inequality means:
$$x=\frac{1}{3}+\frac{0}{3^2}+\frac{1}{3^3}=\frac{10}{27}.$$
But why is the final equality true with $2^s$ keep going? What is the analogy in the decimal expansion?