How can we study a series like this :
$\sum_{k=0}^{n} \binom{n}{k}\binom{n+k-1}{k} (-1)^k$.
I thought about consider $S(x) = \sum_{k=0}^{n} \binom{n}{k}\binom{n+k-1}{k} x^k$. But the only one I've found is hypergeometric function. It's hard to analyze.
Hope there are more combinatorical ideas for finding such series.
Any hints? Maybe generating functions?
$[x^k]:f(x)$ means the coefficient of $x^k$ in the function $f(x)$. So for instance \begin{eqnarray*} \binom{n}{k}=[x^k]: (1+x)^n. \end{eqnarray*}
So for your sum we have
\begin{eqnarray*} \sum_{k=0}^n (-1)^k \binom{n}{k} \binom{n+k-1}{k} &=& [x^0]: \sum_{k=0}^n (-1)^k \binom{n}{k} \frac{(1+x)^{n+k-1}}{x^k} \\ &=& [x^0]: (1+x)^{n-1} \left(1- \frac{(1+x)}{x} \right)^n \\ &=& [x^n]: (1+x)^{n-1} (-1)^n =\color{red}{0}. \end{eqnarray*}