Mathematica gives
$$\sum_{n=0}^\infty\frac{(-1)^n\Gamma(2n+a+1)}{\Gamma(2n+2)}=2^{-a/2}\Gamma(a)\sin(\frac{\pi}{4}a),\quad 0<a<1$$
All I did is reindexing then using the series property $\sum_{n=1}^\infty (-1)^n f(2n)=\Re \sum_{n=1}^\infty i^n f(n)$ ;
$$\sum_{n=0}^\infty\frac{(-1)^n\Gamma(2n+a+1)}{\Gamma(2n+2)}=\sum_{n=1}^\infty\frac{(-1)^{n-1}\Gamma(2n+a-1)}{\Gamma(2n)}=-\Re\sum_{n=1}^\infty\frac{i^{n}\Gamma(n+a-1)}{\Gamma(n)}$$
and I dont know how to continue, any idea?
Thanks
A solution in large steps by Cornel Ioan Valean
In the following, I'll focus on the last series. Let's prove that
Two key steps are necessary:
$1)$. Note and use that
$$\frac{1}{\Gamma(1-a)}\int_0^1 t^{-a} (1-t)^{n+a-2}\textrm{d}t=\frac{\Gamma(n+a-1)}{\Gamma(n)}.$$
$2)$. (after summing) Employ the following integral representation with a hypergeometric structure (in fact, it may be viewed as a particular case of an integral expressed in terms of a hypergeometric function)
$$\int_0^1 \frac{x^{a-1}}{(1-x)^a (1+b x)}\textrm{d}x=\frac{\pi}{\sin(\pi a)}\frac{1}{(1+b)^a}.$$
One useful way to perform the evaluation of the last integral is by using the variable change $x/(1-x)=y$, followed by the variable change $(1+b)y=z$ in order to get precisely a special case of the Beta function.
End of story