I have a sequence of iid r.v. $(X_n,n\geq 1), X_i\sim \mathcal{E}(1)$.
I am studying properties of the random variable $T_n = \max({X_1,\ldots,X_n})$. Computing the cdf I get $$\mathbb{P}\left(\{T_n\leq t\}\right)= \prod_{i=1}^n\mathbb{P}(\{X_i\leq t\}) = F_X(t)^n = (1-e^{-t})^n$$
I was asked to study the convergence in distribution of $T_n-\log(n)$ I get that $$ \begin{split} \mathbb{P}(\{T_n-\log n\leq t\}) &=\mathbb{P}(\{T_n\leq t+\log n\}) \\ &= \left(1-e^{-t-\log n}\right)^n \\ &= \left(1+\frac{-e^{-t}}{n}\right)^n \to e^{((-e)^{-t})}, \quad n\to +\infty \end{split}$$
But I was also asked to compute the expectation of $T_n$. Now, I know that since the $X_i$ are positive then the $T_n$ will also be positive and thus I can compute $$\mathbb{E}(T_n) = \int_{0}^{+\infty}\mathbb{P}(\{T_n>t\})dt$$
But $$\int_{0}^{+\infty}\mathbb{P}(\{T_n>t\})dt = \int_{0}^{+\infty}1-(1-e^{-t})^n dt = x\big|^{+\infty}_0 - \int_{0}^{+\infty}(1-e^{-t})^n dt$$ and I tried, for instance, to solve the last integral by substitution $y = (1-e^{-t})$ but I don't get something "easy" to compute, and wolfram alpha also does not provide me an answer. Am I on the wrong track?