In the midst of a calculation, I ran into the following sum. I'd like to find a form for it which is more explicit, although I haven't figured anything out yet. Here it is:
Let $p,l$ and $n$ be positive integers with $p+l\geq 2n$. Then I would like to evaluate: $$ \sum\limits_{q=0}^{2n}\begin{pmatrix}p+l-q\\p\end{pmatrix}\begin{pmatrix}2n\\q\end{pmatrix} $$ Any ideas/hints/thoughts? Thanks!
The solution to this involves a hypergeometric function (specifically the Gaussian one):
$$S=\binom{l+p}{p}{}_2F_1\left(-l,-2n;-l-p;-1 \right).$$
There are lots of transformation formulas (for instance here and here), but I doubt you will be able to reduce it to elementary function.
By Eq. (15.2.4) in the second link, we can write
$$S=\binom{l+p}{p}\sum_{k=0}^l \binom{l}{k}\frac{(-2n)_k}{(-l-p)_k},$$
where Pochhammer symbols have been used (note the remark after the formula, however).