I would like to prove an identity:
$$\binom{\alpha}{n} = \sum_{k=0}^n(-1)^k(k+1)\binom{\alpha + 2}{n-k}$$
Where $\alpha$ is complex.
I have already found that if you have two sequences related by the identity $$b_n = \sum_{k=0}^n(-1)^{k}(1+k)a_{n-k}$$ you can write the generating function for $b_n$ (which I'll write as $B(z)$) in terms of the generating function for $a_n$ as follows:
$$B(z) = \frac{A(z)}{(1+z)^2}$$
How do I prove this identity, using the above fact?
Thanks in advance!
We apply the Cauchy product formula. It is convenient to use the coefficient of operator $[z^n]$ to denote the coefficient of $z^n$ in a series. This way we can write for instance \begin{align*} [z^n](1+z)^\alpha=\binom{\alpha}{n} \end{align*}
Comment:
In (1) we use the Cauchy product formula\begin{align*} A(z)&=\sum_{k=0}^\infty a_kz^k,\qquad B(z)=\sum_{j=0}^\infty b_jz^j\\ A(t)B(t)&=\sum_{n=0}^\infty\left(\sum_{{k+j=n}\atop{k,j\geq 0}}a_kb_j\right)t^n=\sum_{n=0}^\infty \left(\sum_{k=0}^n a_k b_{n-k}\right)t^n\\ &=\sum_{n=0}^\infty\sum_{k=0}^n \left([z^k]A(z)\right)\left([z^{n-k}]B(z)\right)t^n \end{align*}
In the case above we have \begin{align*} A(z)&=\sum_{k=0}^\infty (-1)^k(k+1)z^k=\frac{1}{(1+z)^2}\\ B(z)&=\sum_{k=0}^\infty \binom{\alpha+2}{k}z^k=(1+z)^{\alpha+2} \end{align*}