I just need the formula for the sum of geometric series when each element in the series has the value $1/2^{j+1}$, where $j = 0, 1, 2, \ldots, n$. Please help.
Someone told me it is:
$$S = 2 - \frac{1}{2^n}$$
I am not sure if its right because he has given me no proof and I couldn't prove it when I calculate it manually. Say for example:
$$S = 1/2 + 1/4 + 1/8 = .875$$
But when using the formula given above, with $n=3$ (since there are $3$ elements):
$$S = 2 - 1/8 = 1.875$$
The answers are not the same. Please enlighten me with this issue.