I'm finding sums of hypergeometric series quite tricky. I'm see some work done that involve Laguerre polynomials: Sum involving the hypergeometric function, power and factorial functions
Here's the sum:
$$\sum_{j=0}^{\infty}\left(\frac{(\frac{1}{2})_{i+j}(\frac{1}{2}+i-j)_{i}(-i)_{j}}{\left(\frac{3}{2}\right)_{i+j}i!j!}\right)$$
where $\left(a\right)_{n}$ is the Pochhammer symbol.
This is only the first part of the sum. The whole thing looks like:
$$\sum_{n=0}^{\infty}\sum_{m=0}^{n}\sum_{i=0}^{\infty}\sum_{j=0}^{\infty}\left(\left(\frac{(-1)^{n}(2n)!(\beta^{n})(r^{2n-2m})}{n!(2m)!(2n-2m)!}\right)\left(\frac{(\frac{1}{2})_{i+j}(\frac{1}{2}+i-j)_{i}(-i)_{jj}}{\left(\frac{3}{2}\right)_{i+j}i!j!}\right)\left(\frac{g^{2(i+n)+1}}{r^{2i+1}}\right)\right)$$
which is the same as
$$\sum_{n=0}^{\infty}\sum_{m=0}^{n}\left(\left(\frac{(-1)^{n}(2n)!(\beta^{n})(r^{2n-2m})}{n!(2m)!(2n-2m)!}\right)AppellF1[\frac{1}{2},\frac{1}{2}+m-n,-m,\frac{3}{2},(\frac{g}{r})^{2},1]\left(\frac{g^{2n+1}}{r}\right)\right)$$
Can anyone help find a closed-form expression for the first sum ($\sum_{j=0}^{\infty}\left(\frac{(\frac{1}{2})_{i+j}(\frac{1}{2}+i-j)_{i}(-i)_{j}}{\left(\frac{3}{2}\right)_{i+j}i!j!}\right)$)?
From there I can move onto the next step. I really hope there is a way of expressing it in closed form.
Cheers.