I am trying to prove the following relation
$$ \int_0^1 (x \log x)^{n-1}\,\mathrm{d}x = (-1)^{n-1}\frac{(n-1)!}{n^{n}} \qquad \forall \ n \in \mathbb{N}\,,$$
by induction. It is clear that the formula holds for $n=1$. Assume that the expression holds for $n = k$. We want to show that this implies that the formula holds for $n = k + 1$. Then
$$ \int_0^{1} (x \log x)^{k} \,\mathrm{d}x = \, ? $$
However, I have trouble with the integration by parts, I can not find an $u$ and $v'$ to end up with $(x \log x)^{k}$ on the right-hand side. Any ideas or suggestions?
Actually there is a missing factor of $(-1)^{n-1}$ on the right hand side, which you can see from the fact that $\log x\lt0$ for $0\lt x\lt 1$.
As for using induction to evaluate the integral, if we begin with the substition $x=e^{-u/n}$, we have
$$\int_0^1(x\log x)^{n-1}dx={(-1)^{n-1}\over n^n}\int_0^\infty u^{n-1}e^{-u}du$$
which leaves an easy integration-by-parts induction.