For any integer $n\geq0$, let
$f_n=$ $\sum_{k=0}^∞$${n}\choose{k}$${k}\choose{r}$$(-1)^{n-k}$${n-k}\choose{r}$
How do I show that $f_{2r}=(-1)^{r}$${2r}\choose{r}$ and $f_n=0$ if $n\ne2r$?
The only hint I was given was to apply the product formula to calculate the exponential generating function of the sequence $\{f_n\}$, but I am also struggling with this.
Any help would be greatly appreciated, thank you.
Using the coefficient extractor thingy, Eg. \begin{eqnarray*} \binom{k}{r} = [x^r]: (1+x)^k. \end{eqnarray*} We have \begin{eqnarray*} f_n &=& \sum_{k} (-1)^{n-k} \binom{n}{k} \binom{k}{r} \binom{n-k}{r} \\ &=& [x^r] [ y^r] : \sum_{k} (-1)^{n-k} \binom{n}{k}(1+x)^{k} (1+y)^{n-k} \\ &=& [x^r] [ y^r] : (-1)^{n} (1+y)^{n} \left( 1-\frac{1+x}{1+y} \right)^n \\ &=& [x^r] [ y^r] : (-1)^{n} (y-x)^{n} \\ \end{eqnarray*} And the only way to get a $x^ry^r$ term is if $n=2r$, the result follows.