I want to calcurate
$$ \lim_{n \to \infty} \int_{(0,1)^n} \frac{n}{x_1 + \cdots + x_n} \, dx_1 \cdots dx_n $$
I met this in studying Lebesgue integral. But, I don't know how to do at all. I would really appreciate if you could help me!
[Add]
Thanks to everybody who gave me comments, I can understand the following,
\begin{align*} \lim_{n \to \infty} \int_{(0,1)^n} \frac{n}{x_1 + \cdots + x_n} dx_1 \cdots dx_n &=\lim_{n \to \infty} n\int_0^\infty \bigg(\frac{1-e^{-t}}{t}\bigg)^n\,dt \end{align*}
and
\begin{align*} \int_0^\infty \bigg(\frac{1-e^{-t}}{t}\bigg)^n\,dt &=\frac{n}{(n-1)!}\sum_{i=0}^{n-1}{ n-1 \choose i} (-1)^{n-1-i} (i+1)^{n-2}\log(i+1) \end{align*}
and
\begin{align*} \int_0^\infty \bigg(\frac{1-e^{-t}}{t}\bigg)^n\,dt &=\int_0^\infty \frac{z^{n-1}}{(n-1)!}\, \mathrm{Beta}(z,n+1)\,dz\\ &=n\,\int_0^\infty \frac{z^{n-1}}{z(z+1)\cdots(z+n)}\,dz \end{align*}
But,I can't calcurate these integral and the limit. Please let me know if you find out.
You say that we might as well find the following limit: \begin{align} \lim_{n\to\infty} n \int^\infty_0 \left( \frac {1-e^{-t}}{t}\right)^n\,dt \end{align} Set $u=e^{-t}$ to get: \begin{align} \int^\infty_0 \left( \frac {1-e^{-t}}{t}\right)^n\,dt = \int^1_0 \frac{1}{u} \left(\frac{u-1}{\log(u)}\right)^n\,du = \int^1_0 \frac{1}{u}\exp\left[n \log \left(\frac{u-1}{\log(u)}\right)\right]\,du \end{align} Now we can apply Laplace's Method to find the asymptotics of that as $n\to\infty$ and get: $$\int^1_0 \frac{1}{u}\exp\left[n \log \left(\frac{u-1}{\log(u)}\right)\right]\,du \sim \frac{2}{n}$$ Hence: $$\lim_{n\to\infty} n \int^\infty_0 \left( \frac {1-e^{-t}}{t}\right)^n\,dt = \lim_{n\to\infty} n \frac{2}{n} = 2$$