Manipulate $g(x) = \frac{1}{2x}\left(1 - \sum_{k=0}^{\infty}{1/2 \choose k}(-4x)^k\right)$ into $g(x) = \sum_{n=0}^{\infty}{1/2 \choose n+1}(-1)^n2^{2n+1}x^n$
I know that I should substitute n + 1 for k to allow the summation to begin at 0, so I can see where part of the second representation comes from, but am lost on how to manipulate the other parts to obtain the desired form. Can anyone explain how to do so?
$$\begin{align*} \frac1{2x}\left(1-\sum_{k\ge 0}\binom{1/2}k(-4x)^k\right)&=\frac1{2x}\left(1-\sum_{k\ge 0}\binom{1/2}k(-1)^k2^{2k}x^k\right)\\ &=\frac1{2x}\left(1-\sum_{k\ge -1}\binom{1/2}{k+1}(-1)^{k+1}2^{2k+2}x^{k+1}\right)\\ &=\frac1{2x}-\sum_{k\ge -1}\binom{1/2}{k+1}(-1)^{k+1}2^{2k+1}x^k\\ &=\frac1{2x}+\sum_{k\ge -1}\binom{1/2}{k+1}(-1)^k2^{2k+1}x^k\\ &=\frac1{2x}+\binom{1/2}0(-1)^{-1}2^{-1}x^{-1}+\sum_{k\ge 0}\binom{1/2}{k+1}(-1)^k2^{2k+1}x^k\\ &=\frac1{2x}-\frac1{2x}+\sum_{k\ge 0}\binom{1/2}{k+1}(-1)^k2^{2k+1}x^k\\ &=\sum_{k\ge 0}\binom{1/2}{k+1}(-1)^k2^{2k+1}x^k \end{align*}$$