With the geometric series:$$\sum_{n=0}^\infty r^n = \frac{1}{1-r} $$
It's normal to derive other formulas of series taking the derivative or integral of both sides of the formula. I wanted to see if taking the half-derivate of both sides could generate a new formula, but an error occurred and I don't know where.
Using the formulas from Half order derivative of $ {1 \over 1-x }$ I get:
$$\sum_{n=0}^\infty \frac{\Gamma(n+1)r^{n-\frac{1}{2}}}{\Gamma(n+\frac{1}{2})}=\frac{\sqrt{\pi}}{2(1-r)^{\frac{3}{2}}} $$
Moving the $r^{-\frac{1}{2}}$ to the other side:
$$\sum_{n=0}^\infty \frac{\Gamma(n+1)r^{n}}{\Gamma(n+\frac{1}{2})}=\frac{\sqrt{r\pi}}{2(1-r)^{\frac{3}{2}}} $$
Evaluating letting $r=\frac{1}{2}$ the sum = 2.0146... but the formula on the right = $\sqrt{\pi}$ which are clearly not the same. Am I making an algebraic mistake, is there something invalid about this intuition?