I need to calculate $$\sum_{n=1}^{\infty} \left(\frac{3}{4}\right)^{n}$$
The sum of geometric series, if $|α|<1$ is $\frac{1}{1-α}$
So my solution was $\frac{1}{1 - \frac{3}{4}}$ but apparently the correct one is $\frac{\frac{3}{4}}{1 - \frac{3}{4}}$
Can you explain why this is the case? It has to do with starting from $n=1$ instead of $0$?