As a homework assignment, I'm supposed to find the formula for the nth partial sum of the series $$\sum_{n=1}^\infty \left(\frac{5}{4}\right)^{n-1}$$
In my efforts to solve this problem, I've computed the first four terms of the sequence of partial sums to try and find a pattern:
Partial Sum $\quad\quad\quad$ Value
$S_1$ = 1 $\quad\quad\quad\quad\quad\,\,\,\,\,$ 1
$S_2 = 1+\frac{5}{4}$ $\quad\quad\quad\,\,\,\, \frac{9}{4}$
$S_3 = \frac{9}{4}+\frac{25}{16}$ $\quad\quad\,\,\,\, \,\, \frac{61}{16}$
$S_4 = \frac{61}{16}+\frac{125}{64}$ $\quad\quad\ \frac{369}{64}$
I already know that this is a geometric series and that it diverges. However, I can't seem to figure out the formula $S_n$ for the $n^{th}$ partial sum that depends only on $n$, and not on the previous term (i.e. not the recursive formula). The denominator seems to be $4^{n-1}$ , but I can't find the pattern for the numerator. Any help is appreciated!