Let $X$ be a random variable and it is known that the mgf of $X$ exists.
If the $k$th moment is given by $m_k=\mathbb E[X^k]=\frac{(2k+1)!}{k!2^k}$ for $k=0, 1, ...$
Problem: Find the mgf of $X$.
My attempt: The mgf of $X$ is $M_X (t)= \sum_{k=0}^\infty \frac{m_k}{k!}t^k=\sum_{k=0}^\infty \frac{(2k+1)!}{(k!)^22^k}t^k$.
However, I have no idea how to proceed further. What should I do?