$$\int\dfrac{1}{e^\frac{2}{y}}dy$$
I'm trying to integrate $\frac{dy}{dt}=e^{2/y}$. I've separated the equation to $\frac{1}{e^{2/y}}dy=dt$ so that I can integrate each side with respect to the corresponding variables. Computing the integral of $dt$ is trivial but I'm confused on how to compute the integral of $\frac{1}{e^{2/y}}dy$.
Hint:) This makes the integral simpler, with substitution $y=-\dfrac2u$ we have $dy=\dfrac{2}{u^2}$ and $$\int\dfrac{1}{e^\frac{2}{y}}dy=2\int\dfrac{e^u}{u^2}du$$
Edit: \begin{align} \int\dfrac{1}{e^\frac{2}{y}}dy &= \int1-\dfrac{2}{y}+\dfrac{2^2}{2!}\dfrac{1}{y^2}-\dfrac{2^3}{3!}\dfrac{1}{y^3}+\cdots dy \\ &= y-2\ln y-\dfrac{2^2}{2!}\dfrac{1}{y}+\dfrac{2^2}{3!}\dfrac{1}{y^2}+\cdots \end{align}