While solving a question I came across the following alternating sum; $C(j,n): = \sum\limits_{i=j}^{n} (-1)^{i}\binom{n+1}{i+1} \binom{i}{j}$ where $j$ and $n$ are integers with $n \geq j \geq 0$.
By hand I computed that $C(j, j+r) = (-1)^{j}$ for small positive integers $r$. I think that $C(j,n) = (-1)^j$ for any $n \geq j \geq 0$. But I couldn't prove it by induction or by using some other known identities. I would appreciate any suggestion or reference.
Here we have Chu-Vandermonde's Identity in disguise.
Comment:
In (1) we shift the index to start with $i=0$ and we use the binomial identity $\binom{p}{q}=\binom{p}{p-q}$.
In (2) we use the binomial identity $\binom{-p}{q}=\binom{p+q-1}{q}(-1)^q$.
In (3) we apply Chu-Vandermonde's identity.