I tried to evaluate the indefinite integral
$$\int{\frac{dx}{x\ln(1+x)}}.$$
Even Wolfram Alpha can't give any result in terms of standard mathematical functions. Here are some related integrals:
$$\int{\frac{\ln(x)}{\ln(1+x)}}\,dx$$
$$\int{\frac{Li(x)}{1+x}}\,dx,$$
Unfortunately, I'm not able to solve any of them. Is there any special function related with this kind of integrals?
$$I=\int\frac{dx}{x\ln(1+x)}$$ let $u=\ln(1+x)$ so $du=\frac{1}{x+1}dx\Rightarrow dx=e^udu$ and $x=e^u-1$ so: $$I=\int\frac{e^udu}{(e^u-1)u}=\int\frac{du}{u}+\int\frac{du}{(e^u-1)u}$$ the first integral is obviously quite easy and you can note that: $$\frac{1}{(e^u-1)}=\frac{e^{-u}}{1-e^{-u}}$$ which might look familiar to you as the sum of a geometric series, try this out and see if it comes to anything :)