I am looking to solve:
Show that $$\sum_{n \ge 0} \sum_{k \ge 0} {n\choose k} {2k \choose k} y^k x^n = \frac{1}{\sqrt{(1-x)(1-x(1+4y))}}$$
and then use that to show that
$$\sum_{k \ge 0} {n \choose k} {2k \choose k} (-2)^{-k} = \begin{cases}{n \choose n/2}2^{-n}, & \text{if }n \ge 0\text{ is even} \\ 0, & \text{if }n \ge 0\text{ is odd}\end{cases}$$
Working the problem myself, I can pull out certain things but it doesn't lead me towards the correct answer.
For example, I know that $\sum_{k \ge 0} {a \choose k} x^k = (1+x)^a$, so I could potentially use that by pulling out $\sum_{k \ge 0} {n \choose k} y^k = (1+y)^n$, or alternatively by pulling out $\sum_{k \ge 0} {2k \choose k} y^k = (1+y)^{2k}$.
Similarly, I know that $\sum_{n \ge 0} x^n = (1-x)^{-1}$, so I could potentially pull that out as well.
However, with whatever combination of factors I pull out, I am left with something that looks far off from $\frac{1}{\sqrt{(1-x)(1-x(1+4y))}}$.
As for the second part, I am not sure if I am supposed to extract the coefficient of $x^n$. If I set $k=n$, I get $$[x^n]\sum_{k \ge 0} {n \choose k} {2k \choose k} (-2)^{-k} = {n \choose n} {2n \choose n} (-2)^{-n} = {2n \choose n}(-2)^{-n}.$$ This is the wrong binomial coefficient, combined with an extra negative sign by the $2$, and no indication of any need for $n$ being even or odd.
Any thoughts?
$...$or double dollar signs$$...$$instead of putting dollar signs around every mathematical atom in an expression/equation. I’ve edited your post, but feel free to make changes if I accidentally changed the meaning of something.Also if binomial coefficients are giving you spacing issues, use
– shoteyes Jul 02 '21 at 08:45\binom{n, k}or{n \choose k}. Note that the latter should be typed with surrounding curly braces to avoid issues. Hope this helps!