Examining $\int_0^1 \left(\frac{x - 1}{\ln(x)} \right)^n\:dx$

The general formula for $I_n$ is $$ I_n = \frac 1 {(n-1)!}\sum_{k=1}^n {n \choose k} (-1)^{n-k} (k+1)^{n-1} \ln (k+1) $$ and for $J_n(t)$, we have $$ J_n(t) = \frac 1 {(n-1)!}\sum_{k=1}^n {n \choose k} (-1)^{n-k} (kt+1)^{n-1} \ln (kt+1). $$ I've checked that this formula returns correct values \begin{align*} I_1 =& \ln 2\\ I_2 =& - 4\ln 2 + 3\ln 3\\ I_3 =& 22\ln 2 -\frac{27}{2}\ln 3\\ I_4 =& -\frac{272}{3} \ln 2 + 27\ln 3 +\frac {125}6 \ln 5. \end{align*} Evaluation of $I_n$: To see this, we first make change of variable $ y = -\ln x$ to find that \begin{align*} I_n = & \int_0^\infty \left(\frac{1-e^{-y}}{y}\right)^n e^{-y} \mathrm dy \\ =& \int_0^\infty \left(\int_0^1 e^{-vy} \mathrm dv\right)^n e^{-y} \mathrm dy \\ =& \int_0^\infty \int_0^1 \cdots \int_0^1 e^{-y(1+v_1+v_2 + \cdots +v_n)} \mathrm dv_1\cdots \mathrm d v_n \mathrm dy \\ =& \int_0^1 \cdots \int_0^1 \frac 1 { 1+ v_1 + \cdots +v_n} \mathrm dv_1 \cdots \mathrm dv_n. \end{align*} To calculate $I_n$ iteratively, let us define \begin{align*} F_n(x) := \int_0^x \int_0^{x_{n-1}} \cdots \int_0^{x_1} \frac 1 {1+t} \mathrm dt \mathrm dx_1\cdots \mathrm dx_{n-1} . \end{align*} We can find that for $n\ge 1$, $$ F_n(x) = \frac {(x+1)^{n-1}}{(n-1)!}\ln (x+1) - \frac{H_{n-1}}{(n-1)!}(x+1)^{n-1} $$ where $ H_n = 1+ \frac 1 2 + \cdots + \frac 1n$ is the $n$-th harmonic number. (I skipped the derivation, but given the form we can at least check that $F_n' = F_{n-1}$ and $F_1(x) = \ln (x+1)$. So mathematical induction can be applied.)

For convenience let us introduce the noation $F$ for the forward opeartor $ \displaystyle F[f](x) = f(x+1) $ and the forward difference operator $ \displaystyle D[f](x) = F[f](x) - I[f](x) = f(x+1)- f(x) $ where $f$ is an arbitrary function. Note that these are linear operators, and we write $D^n = (F-I)^n $ as the iteration of $D$. Now, since $\displaystyle \int D[f] = D\left[\int f\right] + C$, we can integrate $I_n$ iteratively; \begin{align*} I_n = &\int_0^1 \cdots \int_0^1 \frac 1 { 1+ v_1 + \cdots +v_n} \mathrm dv_1 \cdots \mathrm dv_n\\ =& \int_0^1 \cdots \int_0^1 \left[F_1(v_1+v_2+\cdots +v_n)\right]^{v_1=1}_{v_1=0}\mathrm dv_2 \cdots \mathrm dv_n\\ =& \int_0^1 \cdots \int_0^1 D[F_1](v_2+\cdots +v_n)\mathrm dv_2 \cdots \mathrm dv_n \\ =& \int_0^1 \cdots \int_0^1 \left[D[F_2](v_2+\cdots +v_n)\right]^{v_2=1}_{v_2=0}\mathrm dv_3 \cdots \mathrm dv_n \\ =& \int_0^1 \cdots \int_0^1 D^2[F_2](v_3+\cdots +v_n) \mathrm dv_3 \cdots \mathrm dv_n \\ =& \cdots \int_0^1 D ^{n-1} [F_{n-1}](v_n)\mathrm dv_n\\ =& \left[ D^{n-1} [F_n](v_n)\right]^{v_n=1}_{v_n=0}\\ =& D^n[F_n](0). \end{align*} We notice that $\displaystyle D^k[x^{k-j}] \equiv 0$ for $j\ge 1$, i.e. polynomials of degree less than $k$ becomes $0$ when $k$-times differenced (because its degree decreases by $1$ each time it is differenced.) So we have \begin{align*} D^n [F_n](x) =& D^n\left [\frac {(x+1)^{n-1}}{(n-1)!}\ln (x+1) - \frac{H_{n-1}}{(n-1)!}(x+1)^{n-1}\right] \\ =& D^n\left [\frac {(x+1)^{n-1}}{(n-1)!}\ln (x+1)\right] -0 \\ =& (F-I)^n \left [\frac {(x+1)^{n-1}}{(n-1)!}\ln (x+1)\right] \\\\ =& \sum_{k=0}^n {n\choose k} F^k (-I)^{n-k} \left [\frac {(x+1)^{n-1}}{(n-1)!}\ln (x+1)\right]\\ =& \sum_{k=0}^n {n \choose k} (-1)^{n-k} \frac {(x+k+1)^{n-1}}{(n-1)!}\ln (x+k+1). \end{align*} Therefore, it follows that $$ I_n = D^n[F_n](0) = \frac 1 {(n-1)!}\sum_{k=1}^n {n\choose k} (-1)^{n-k} (k+1)^{n-1} \ln (k+1). $$ Addendum, Evaluation of $J_n(t)$: The same change of variable $y = -\ln x$ gives us that $$ J_n(t) = \int_0^t \cdots \int_0^t \frac 1 { 1+v_1 + \cdots +v_n} \mathrm dv_1 \cdots \mathrm dv_n. $$ Nothing really changes except that we now define $t$-step forward and forward difference as \begin{align*} \hat F[f](x) =& f(x+t)\\ \hat D[f](x) = & \hat F[f](x) - I[f](x) = f(x+t) - f(x). \end{align*} Then, \begin{align*} J_n(t) = &\int_0^t \cdots \int_0^t \frac 1 { 1+ v_1 + \cdots +v_n} \mathrm dv_1 \cdots \mathrm dv_n\\ =& \int_0^t \cdots \int_0^t \left[F_1(v_1+v_2+\cdots +v_n)\right]^{t}_{v_1=0}\mathrm dv_2 \cdots \mathrm dv_n\\ =& \int_0^t \cdots \int_0^t \hat D[F_1](v_2+\cdots +v_n)\mathrm dv_2 \cdots \mathrm dv_n \\ =& \int_0^t \cdots \int_0^t \left[\hat D[F_2](v_2+\cdots +v_n)\right]^{t}_{v_2=0}\mathrm dv_3 \cdots \mathrm dv_n \\ =& \int_0^t \cdots \int_0^t \hat D^2[F_2](v_3+\cdots +v_n) \mathrm dv_3 \cdots \mathrm dv_n \\ =& \cdots = \int_0^t \hat D ^{n-1} [F_{n-1}](v_n)\mathrm dv_n\\ =& \left[\hat D^{n-1} [F_n](v_n)\right]^t_{v_n=0}\\ =& \hat D^n[F_n](0). \end{align*} Since \begin{align*} \hat D^n [F_n](x) =&\sum_{k=0}^n {n \choose k} \hat F^k (-I)^{n-k} \frac {(x+1)^{n-1}}{(n-1)!}\ln (x+1)\\ =&\sum_{k=0}^n {n \choose k} (-1)^{n-k} \frac {(x+kt+1)^{n-1}}{(n-1)!}\ln (x+kt+1) \end{align*} it follows $$ J_n(t) = \left[\hat D^n [F_n](x)\right]_{x=0} = \frac 1 {(n-1)!}\sum_{k=0}^n {n \choose k} (-1)^{n-k} (kt+1)^{n-1}\ln (kt+1). $$


With \begin{equation*} I_n = \int_{0}^{1}\left(\dfrac{x-1}{\ln(x)}\right)^n\, dx \end{equation*} and the substitution $x=e^{-y}$ we get that \begin{equation*} I_n= \int_{0}^{\infty}\dfrac{f(y)}{y^n}\, dy \end{equation*} where \begin{equation*} f(y) = \left(1-e^{-y}\right)^ne^{-y} =\sum_{k=0}^{n}\binom{n}{k}(-1)^{k}e^{-(k+1)y}. \end{equation*} Then $f(0)=0$ and $y=0$ is a zero of order $n$. Consequently $f^{(n-1)}(0)=0$. But \begin{equation*} f^{(n-1)}(0)=\sum_{k=0}^{n}\binom{n}{k}(-1)^{n+k-1}(k+1)^{n-1}=0.\tag{1} \end{equation*} Now we are prepared to evaluate $I_n$. After integration by parts $n-1$ times we have \begin{gather*} I_n = \dfrac{1}{(n-1)!}\int_{0}^{\infty}\dfrac{f^{(n-1)}(y)}{y}\, dy =\\[2ex] \dfrac{1}{(n-1)!}\int_{0}^{\infty}\dfrac{1}{y}\sum_{k=0}^{n}\binom{n}{k}(-1)^{n+k-1}(k+1)^{n-1}e^{-(k+1)y}\, dy. \end{gather*} However, if we use $(1)$ we get \begin{gather*} I_n = \dfrac{1}{(n-1)!}\sum_{k=0}^{n}\binom{n}{k}(-1)^{n+k-1}(k+1)^{n-1}\int_{0}^{\infty}\dfrac{e^{-(k+1)y}-e^{-y}}{y}\, dy =\\[2ex] \dfrac{1}{(n-1)!}\sum_{k=0}^{n}\binom{n}{k}(-1)^{n+k}(k+1)^{n-1}\ln(k+1) \end{gather*} where we in the last step have used Frullani's integral.

See https://en.wikipedia.org/wiki/Frullani_integral

The integral \begin{equation*} J_n(t) = \int_{0}^{1}\left(\dfrac{x^t-1}{\ln(x)}\right)^{n}\, dx = \end{equation*} can be treated similarly to $I_n$. \begin{equation*} J_n(t) =\int_{0}^{\infty}\dfrac{g(y)}{y^n}\, dy \end{equation*} where \begin{equation*} g(y) = \left(1-e^{-ty}\right)^ne^{-y} =\sum_{k=0}^{n}\binom{n}{k}(-1)^{k}e^{-(kt+1)y}. \end{equation*} Furthermore, \begin{gather*} J_n(t) = \dfrac{1}{(n-1)!}\int_{0}^{\infty}\dfrac{g^{(n-1)}(y)}{y}\, dy =\\[2ex] \dfrac{1}{(n-1)!}\int_{0}^{\infty}\dfrac{g^{(n-1)}(y)-g^{(n-1)}(0)}{y}\, dy =\\[2ex] \dfrac{1}{(n-1)!}\sum_{k=0}^{n}\binom{n}{k}(-1)^{n+k-1}(kt+1)^{n-1}\int_{0}^{\infty}\dfrac{e^{-(k+1)y}-e^{-y}}{y}\, dy =\\[2ex] \dfrac{1}{(n-1)!}\sum_{k=0}^{n}\binom{n}{k}(-1)^{n+k}(kt+1)^{n-1}\ln(kt+1). \end{gather*}