Evaluation of series $\displaystyle \sum^{n}_{k=0}(-4)^k\binom{n+k}{2k}$
what I tried:
from Binomial Identity
$$\binom{n+k}{2k}=\binom{n+k-1}{2k}+\binom{n+k-1}{2k-1}$$
series is $$\sum^{n}_{k=0}(-4)^k\binom{n+k-1}{2k}+\sum^{n}_{k=0}(-4)^k\binom{n+k-1}{2k-1}$$
let $\displaystyle S_{1}=\sum^{n}_{k=0}\binom{n+k-1}{2k}=\binom{n-1}{0}-4\binom{n}{2}+4^2\binom{n+1}{4}+\cdots +(-4)^n\binom{2n-1}{2n}$
let $\displaystyle S_{2}=\sum^{n}_{k=0}\binom{n+k-1}{2k}=\binom{n-1}{-1}-4\binom{n}{1}+4^2\binom{n+1}{3}+\cdots +(-4)^n\binom{2n-1}{2n-1}$
Help me please
did not know to simplify $S_{1}$ and $S_{2}$
I couldn't see a slick way to do this, but I computed a few terms and guessed that the sum is $(-1)^n(2n+1).$ In trying to prove this by induction, I ran into the sum $\sum_{k=0}^n(-4)^k\binom{n+k}{2k-1}$, just as you did. Again, I did experiments, and guessed the sum. This led me to the proposition
Let $$S_n=\sum_{k=0}^n(-4)^k\binom{n+k}{2k}\\ T_n=\sum_{k=0}^n(-4)^k\binom{n+k}{2k-1}$$ Then $$\begin{align} S_n&=(-1)^n(2n+1)\\ T_n&=(-1)^n(4^{n+1}-4n-4) \end{align}$$
This is easily proved by induction, provided you prove both formulas at once. That is, show they are both true for $n=1$, assume they are both true for some $n$, and then prove they both hold for $n+1$.