I proved this combinatorial identity while doing some linear algebra.
For any positive integer $k$, $$ \sum _{i + j = k} (-1)^i {n \choose i} {n + j - 1 \choose n - 1 } = 0 $$
I was wondering what could be other ways of proving this.
EDIT: I thought I should mention how this identity comes up in linear algebra. For a vector space $V$ of dimension $n$, let $\Lambda(V)$ denote the exterior algebra and $ S(V) $ denote the symmetric algebra. There is a long exact sequence of vector spaces with $k + 1$ terms whose $i^{th}$ term is $$\Lambda ^ {i-1}(V) \otimes S^{k - i +1}(V)$$ One can then find the Euler characteristic of this exact sequence to get the above identity. It a question in one of the exercises in the book by Brocker-Tom Dieck on Lie groups.
One can give a purely combinatorial argument. First rewrite the summation as
$$\sum_{i=0}^k(-1)^i\binom{n}i\binom{n+k-i-1}{n-1}\;.\tag{1}$$
Suppose that we have $k$ indistiguishable balls to be distributed amongst $n$ distinguishable boxes. Let $S$ be fixed set of the $n$ boxes, and let $i=|S|$. We can put one ball into each box in $S$ and then distribute the remaining $k-i$ balls in $\binom{n+k-i-1}{n-1}$ ways, so $\binom{n+k-i-1}{n-1}$ is the number of ways of distributing the $k$ balls so that each box in $S$ is non-empty. By a straightforward inclusion-exclusion argument $(1)$ is the number of ways to distribute the $k$ balls so that every box is empty, which is clearly $0$ for all $k\ge 1$.