I'm trying to show that the sum of three independent gamma distributions $X_1\sim \Gamma(2,5)$, $X_2\sim \Gamma(3,5)$, and $X_3\sim\Gamma(1.5,2.5)$ are a gamma distribution. $Y=X_1+X_2+2X_3$. I've multiplied the moment generating functions of $X_1$ and $X_2$ and I've squared the moment generating function of $X_3$ and am left with gamma distributions that I cannot multiply together to give me another Gamma distribution. How would I proceed?
$\frac{1}{2.5^3\left(\frac{1}{2.5}-t\right)^3}\left(\frac{1}{5^5\left(\frac{1}{5}-t\right)^5}\right)$

I'm assuming shape/scale not shape/rate (see https://en.wikipedia.org/wiki/Gamma_distribution - I can tell by the mgf you're using).
Then $2X_3 \sim \Gamma(1.5,5)$ (see https://en.wikipedia.org/wiki/Gamma_distribution#Scaling - it might be good to prove this for yourself). Let $Z = X_1+X_2+2X_3$, then by independence the mgf of $Z$ is the product of the mgf of $X_1, X_2,$ and $2X_3$: $$ M_Z(t) = \left[ \left( 1 - 5t \right)^{-2} \right] \left[ \left( 1 - 5t \right)^{-3} \right] \left[ \left( 1 - 5t\right)^{-1.5} \right] \text{ for } t< 1/5 $$ which simplifies to $M_Z(t) = (1-5t)^{-6.5}$ for $t<1/5$. We recognize this as the mgf of a $\Gamma(6.5,5)$ random variable.