I have to show a repeating decimal sequence converges. For example I have a sequence $\{x_n\}$ where $x_n = 0.121212...1212...$
I know that this decimal equals $4/33$. I try to find information online, but everything shows up says to make it as a geomtric series and proving it as that. However I don't think that is correct since in a sense sequences and series are different.
Any help or references for proving this type of sequence?
It's a geometric series, times 12: $$ 0.12 = \frac{12}{100^1},\quad 0.0012 = \frac{12}{100^2},\quad 0.000012 = \frac{12}{100^3},\quad\cdots. $$ Therefore $$ \begin{aligned} x_n &= \frac{12}{100^1} + \frac{12}{100^2} + \frac{12}{100^3} + \cdots\\ &= 12\bigg(\frac{1}{100^1}+\frac{1}{100^2}+\frac{1}{100^3}+\cdots\bigg) \\ & = 12\sum_{n=1}^\infty \frac1{100^n}\\ &= 12 \bigg(\frac{\frac1{100}}{1 - \frac1{100}}\bigg)\\ &= \frac{12}{99}\\ &= \frac4{33} \end{aligned} $$