I have two questions regarding the binomial coefficient and Pochhammer’s Symbol when they contain negative value;
In the following example
$\sum\limits_{k=0}^{-n} \binom{-n}{k} \left(a\right)_{-n}$.
where
n = 1,2,.....
a = 1,2,.....
First:
How to compute or what is the mathematical representation of the binomial coefficient $\binom{-n}{k}$ ?
Second:
How to compute or what is the mathematical representation of the Pochhammer’s Symbol $\left(a\right)_{-n}$ ?
It is obvious that the binomial coefficient of $\binom{n}{k}$ is $\frac{n!}{(n-k)!k!}$.
The Pochhammer’s Symbol $\left(a\right)_{n}$ is defined as $ \left(a\right)_{n} = \frac{\Gamma\left(a+n\right)}{\Gamma\left(a\right)}$ .
If $k$ is positive integer and $n$ is a real number, then you could define $\displaystyle {n \choose k}=\dfrac{n(n-1)\cdots(n-k+1)}{k!}$ together with $\displaystyle {n \choose 0}=1$.
So $\displaystyle {-n \choose k}= (-1)^k {n+k-1 \choose k}$.