How can I find a generating function for the following mathematical term?
$$ a_r = \left(\matrix{2r \\ r}\right) $$
Is it the $\dfrac{r!}{2r(2r-r)!} = \dfrac{(2r-1)\cdot(2r-2)\cdot\ldots\cdot 1}{r\cdot(r-1)\cdot(r-2)\cdot\ldots\cdot1}$?
How can I find a generating function for the following mathematical term?
$$ a_r = \left(\matrix{2r \\ r}\right) $$
Is it the $\dfrac{r!}{2r(2r-r)!} = \dfrac{(2r-1)\cdot(2r-2)\cdot\ldots\cdot 1}{r\cdot(r-1)\cdot(r-2)\cdot\ldots\cdot1}$?
On
Let the generating function be $G(x)$ for the following series. Now in $xG(x)'$ its coefficient of $x^r$ is $\frac{2(2r+1)2r!}{(r+1)!(r+1)!}$ which can be written as $\frac{2(2r+2)2r!}{(r)!(r)!}-\frac{2(1)2r!}{(r)!(r)!}$. Second term is $2G(x)$ and the first one is differentiation of $xG(x)$ multiplied by 2. This will give a differential equation for the generating function.
This is just $(1 - 4 z)^{- 1/2}$. You can check that: \begin{align} \binom{-1/2}{k} &= \frac{(-1/2) (-1/2 - 1) \ldots (-1/2 - k + 1)}{k!} \\ &= (-1)^k \frac{3 \cdot 5 \dotsm (2 k - 1)}{2^k k!} \\ &= (-1)^k \frac{1}{2^{2 k}} \frac{(2 k)!}{k! k!} \\ &= (-1)^k \frac{1}{2^{2 k}} \binom{2 k}{k} \end{align} Use this to expand the power given.