In attempting to find the power series representation of $f(x)$, using the fact:
$$\frac{1}{1 - t} = \sum_{n=0}^{\infty}{t^n}$$
I simply set $t = -x - 1$, which when substituting into the above formula gives $f(x)$. Therefore, I presumed that the power series representation of $f(x)$ is $\sum_{n=0}^{\infty}{(-x - 1)^n} = \sum_{n=0}^{\infty}{(-1)^n(x + 1)^n}$.
But apparently this is wrong, and have seen a more complicated derivation, that also seems correct, that gives $\sum_{n = 0}^{\infty}{\frac{(-1)^n}{2^{n+1}}x^n}$
Can anyone provide any insight into why my more simplistic derivation is wrong?
EDIT: To clarify, I would like to point that I understand that the second derivation is correct and I understand how it is derived. What I want to know is why my derivation is wrong.