$$\sum_{k=0}^n 2^{2n+1-2k}\binom{2n+1-k}{k}(-1)^k=2(n+1)$$
According to wolfram, this is true. How would one prove this either algebraically or combinatorically?
$$\sum_{k=0}^n 2^{2n+1-2k}\binom{2n+1-k}{k}(-1)^k=2(n+1)$$
According to wolfram, this is true. How would one prove this either algebraically or combinatorically?
Copyright © 2021 JogjaFile Inc.
We use the coefficient of operator $[z^n]$ to denote the coefficient of $z^n$ in a series. This way we can write for instance \begin{align*} \binom{n}{k}=[z^k](1+z)^n \end{align*}
Comment:
In (1) we change the order of summation: $k\to n-k$.
In (2) we apply the coefficient of operator.
In (3) we use the linearity of the coefficient of operator and apply the rule $[z^{p-q}]A(z)=[z^p]z^qA(z)$. We also set the upper limit of the series to $\infty$ without changing anything, since we are adding zeros only.
In (4) we use the geometric series expansion.
In (5) we use the binomial series expansion.
In (6) we apply the same rule as in (3) and restrict the upper bound of the series to $n$ since the powers of $z$ are non-negative.
In (7) we select the coefficient of $z^{n-j}$.
In (8) we use the binomial identity $\binom{p}{q}=\binom{p}{p-q}$.
In (9) we use the binomial identity $\binom{p}{q}=\frac{p}{q}\binom{p-1}{q-1}$.
In (10) we apply the binomial theorem.