Find the limit $$\lim_{n\to\infty}\dfrac{1+\frac13+\frac{1}{3^2}+...+\frac{1}{3^n}}{1+\frac15+\frac{1}{5^2}+...+\frac{1}{5^n}}$$
For the numerator we have $1+\frac13+\frac{1}{3^2}+...+\frac{1}{3^n}=\dfrac{1-\left(\frac{1}{3}\right)^{n+1}}{1-\frac13}=\dfrac32-\dfrac12\dfrac{1}{3^n}.$
By analogy, $1+\frac15+\frac{1}{5^2}+...+\frac{1}{5^n}=\dfrac54-\dfrac14.\dfrac{1}{5^n}$
So we have $$\lim_{n\to\infty}\dfrac{1+\frac13+\frac{1}{3^2}+...+\frac{1}{3^n}}{1+\frac15+\frac{1}{5^2}+...+\frac{1}{5^n}}=\lim_{n\to\infty}{\dfrac{\frac32-\frac12.\frac{1}{3^n}}{\frac54-\frac14.\frac{1}{5^n}}}=\lim_{n\to\infty}{\left(\dfrac{3^{n+1}-1}{2.3^n}\cdot\dfrac{4.5^n}{5^{n+1}-1}\right)}$$ What am I supposed to do next?
My initial mistake was that I thought $1+\frac13+\frac{1}{3^2}+...+\frac{1}{3^n}=\dfrac{1-\left(\frac13\right)^n}{1-\frac13}$. How could we actually see (and show) that the terms in the sum(s) are not $n$, but $n+1$?