Currently, I am trying to prove the following two identities, which arose as a result of my other question in the Math StackExchange recently:
\begin{equation} \sum_{j=0}^b\binom{b}{j}^2\binom{n+j}{2b}=\binom{n}{b}^2 \end{equation}
\begin{equation} \sum_{j=0}^b(-1)^j\binom{b}{j}\binom{n+j}{2b} = \left(-1\right)^b \binom{n}{b} \end{equation}
In particular, the first identity appeared as a remark in Volume 4 of Henry Gould's Combinatorial Identities.
Out of curiosity, I am wondering if there is a combinatorial proof for any of these two identities?
EDIT: I have managed to prove the second identity, by considering the coefficient of $x^{n-b}$ in the expansion of $(1+x)^{-(b+1)}=(1+x)^b(1+x)^{-(2b+1)}$.
EDIT 2: I have also managed to find a proof for the first identity by using the Vandermonde identity. I would still be interested however, in a proof of the second identity using a more combinatorial approach.
Combinatorial proof of the second identity
Let $B$ be a $b$-element set and let $N$ be an $n$-element set disjoint to $B$.
The sum $\sum_j\binom b{b-j}\binom{n+j}{2b}$ counts the number of pairs of sets $T\subset B$, $X\subset N\cup B$ s.t. $|X|=2b$ and $X\cap T=\varnothing$. (Indeed, one summand corresponds to choosing first $(b-j)$-element set $T\subset B$ and then $2b$-element set $X\subset N\cup(B\setminus T)$.) And LHS counts such pairs with signs $(-1)^{|B \setminus T|}$.
Now there is a sign-reversing involution: find the smallest element of $B\setminus X$ and then add it to $T$ if it's not already in $T$, otherwise remove it from $T$. So in LHS everything with non-empty $B\setminus X$ cancels out; and there are exactly $\binom nb$ variants with $X\supset B$ and they are counted with sign $(-1)^b$.
(And the RHS is, in fact, $(-1)^b\binom nb$.)