Q===================================================================
$f(Θ)$ is pdf of gamma distribution
$$f(Θ) = \frac{λ^α}{Γ(α)}Θ^{α-1}\exp(-λΘ), $$
$$X\mid Θ \sim \mathrm{poisson}(Θ) \rightarrow \frac{Θ^x\exp(-Θ)}{x!}$$
Suppose that $Θ$ is a random variable that follows a gamma distribution with parameters $λ$ and $α$, where $α$ is an integer, and suppose that, conditional on $Θ$, $X$ follows a Poisson distribution with parameter $Θ$. Find the unconditional distribution of $α + X$ (Hint : Find the mgf by using iterated conditional expectations.)
====================================================================
I got
$$M_{a+X} = \frac{(λexp(t))^α}{(λ-exp(t)+1)^α}$$
But I don't know distribution has this mgf.
What is the distribution ?