How do I express $\frac{1}{3^n}$, or $3^{-n}$ as a typical geometric series of the form: $ar^{n-1}$ ?
This is a small part of a larger question, in which I'm trying to find the convergence of $\sum_{n=0}^\infty \frac{1+2^n}{3^n}$.
I broke the series into two separate series', $\sum_{n=0}^\infty \frac{1}{3^n} + \sum_{n=0}^\infty (\frac23)^n $.
However I am stuck trying to represent the first term as a geometric series. I know that it is a geometric series only because Wolfram Alpha told me so here.
HINT: Notice, $$\frac 1{3^{n}}=\frac{1}{3\cdot 3^{n-1}}=\frac{1}{3}\cdot \frac{1}{3^{n-1}}=\frac{1}{3}\cdot \left(\frac{1}{3}\right)^{n-1}$$ comparing with typical form of G.P. $ar^{n-1}$, one should have $a=\frac 13$ & $r=\frac 13$