Prove that
$$\int \frac{x^m dx}{\ln x}=\ln(\ln x)+\frac{(m+1)\ln x}{1}+\frac{(m+1)^2 \ln ^2 x}{1 \times 2^2}+\frac{(m+1)^3 \ln^3 x}{1 \times 2 \times 3^2}+\cdots \infty $$
My Try:
I started with $$I=\int \frac{x^m}{\ln x}=\int \frac{x^{m+1} dx}{x \ln x}$$
Now by using parts taking $u=x^{m+1}$ and $v=\frac{1}{x \ln x}$ we get
$$I=x^{m+1} \times \ln(\ln x)-(m+1)\int x^m \ln (\ln x)dx$$
can i have any clue to proceed
With substitution $x=e^u$: \begin{align} \int \frac{x^m}{\ln x}dx &=\int\dfrac{1}{u}e^{u(m+1)}du \\ &=\int\dfrac{1}{u}\sum_{n=0}^\infty \dfrac{u^n(m+1)^n}{n!}du \\ &=\int\left(\dfrac{1}{u}+\sum_{n=1}^\infty \dfrac{u^{n-1}(m+1)^n}{n!}du\right) \\ &=\ln u+\sum_{n=1}^\infty \dfrac{u^n(m+1)^n}{n.n!} \\ &=\ln\ln x+\sum_{n=1}^\infty \dfrac{\ln^nx(m+1)^n}{n.n!} \end{align}