I'm trying to find $[x^n]\frac{1}{\sqrt{1-x}}$ by using a simpler method than described here. By reading a paper I figured out that if we have a generating function as follows:
$$G_{a, b}(x) = \frac{1}{\sqrt{1−2ax+(a^2−4b)x^2}}$$
with $a$ and $b$ nonnegative integers, then:
$$[x^n]G_{a, b}(x) = \sum_{k=0}^{\lfloor n/2 \rfloor} \binom{n}{2k}\binom{2k}{k}a^{n-2k}b^k$$
If I make $a = \frac{1}{2}$ and $b = 1$ I can have what I'm looking for:
$$[x^n]\frac{1}{\sqrt{1-x}} = \sum_{k=0}^{\lfloor n/2 \rfloor} \binom{n}{2k}\binom{2k}{k}0.5^{n-2k}$$
The point is I need a closed-form and by using this strategy it seems to be very complicated to calculate, at least for me.
Does anyone could give me a simpler method?
Hint:
Note that $$\frac{1}{\sqrt{1-4y}}=\sum_{r=0}^{\infty}\binom{2r}{r}y^r$$
(Which is just the generating function of Central Binomial coefficients )
Thus substitute $\displaystyle y=\frac{x}{4}$ to get
$$\frac{1}{\sqrt{1-x}}=\sum_{r=0}^{\infty}\binom{2r}{r}\left(\frac{x}{4}\right)^r$$