It seems that I need some kind of hint or help with Exercise 33 from this wonderful blog post by T. Tao, namely with the following equality:
$$ \sum_{j=0}^{n - k} (-1)^j {2k + 2j \choose j} {n + j + k + 1 \choose n - k - j} = \frac{1 + (-1)^{n - k}}{2}, $$ for all $n \geq 1$ and $0 \leq k \leq n$. It must be some easy exercise since no hints provided, but I still have no ideas though I had already tried to use some induction or straightforward counting.
Any help appreciated. Thanks in advance.
It is convenient to use the coefficient of operator $[z^k]$ to denote the coefficient of $z^k$ of a series. This way we can write for instance \begin{align*} [z^k](1+z)^n=\binom{n}{k} \end{align*}
Comment:
In (1) we shift the summation index to start with $j=k$.
In (2) we apply the coefficient of operator twice and set the index range from $0$ to $\infty$ without changing anything since we are adding zeros only. Here we use a cousin of the generating function of the central binomial coefficient \begin{align*} \sum_{m=0}^\infty\binom{2m}{m}z^m&=\frac{1}{\sqrt{1-4z}}\\ \sum_{m=0}^\infty\binom{2m}{m-k}z^m&=\frac{1}{\sqrt{1-4z}}\left(\frac{1-2z-\sqrt{1-4z}}{2z}\right)^k \end{align*}
In (3) we use the linearity of the coefficient of operator and apply the rule $[z^{p}]z^qA(z)=[z^{p-q}]A(z)$.
In (4) we apply the substitution rule of the coefficient of operator with $z=-u(1+u)$
\begin{align*} A(u)=\sum_{j=0}^\infty a_j u^j=\sum_{j=0}^\infty u^j [z^j]A(z) \end{align*}
In (5) we do some simplifications.
In (6) we apply the geometric series expansion.
In (7) we apply the rules as in (3) and we set the upper limit of the sum to $n-k$ since other values do not contribute.
In (8) we change the order of summation $j\to n-k-j$.
In (9) we select the coefficient of $u^j$.
In (10) we apply the binomial theorem.