The $n$-th moment ($n \geq 1$) of a random variable $X$ is given by: $m_n = \frac{2^n}{n+1}$. Find the probability distribution of $X$.
Here's my attempt at a solution: I expand the moment generating function, $\psi (t) = E[e^{tX}]=\int_{-\infty}^{\infty}dxf(x)e^{tx}$, as a Taylor series about $0$: $$\psi (t) = 1+ \sum_{n=0}^{\infty}\frac{\psi^{(n)}(0)}{n!}t^n = 1 +\sum_{n=0}^{\infty}\frac{2 ^n}{(n+1)!}t^n = 1 + \frac{e^{2t}}{2t}.$$
Now, I have the identity $\psi (-t) = \int_{-\infty}^{\infty}dxf(x)e^{-tx}$ which is apparently a bilateral Laplace transform. So to find $f(x)$ I should invert it right? But the resulting integral seems not to converge at all. I haven't done Laplace transforms at all yet and I have no idea how to solve this problem. Is there perhaps a simpler way? In the lecture notes I couldn't see any formula relating the probability density function to the moment generating function.