In the context of another question I asked on here a while ago, I came across the problem of inverting the function $$f(x) = -\frac{\log x}{\log (1 + x)}$$ for positive real $x$. Let $f^{-1}(x)$ denote this branch of the inverse function of $f(x)$.
Alternatively, it can also be defined implicitly as the positive real solution $y$ of the algebraic equation $$y(1 + y)^x = 1$$
This function $f^{-1}$ is somewhat related to the Lambert $W$ function; for $x\to\infty$, it has the asymptotic expansion $$f^{-1}(x) = \frac{W(x)}{x} + \frac{W(x)^2}{2 x^2(1 + \frac{1}{W(x)})} + O\left(\frac{W(x)^3}{x^3}\right)$$ but apart from that, I was not able to relate $f^{-1}(x)$ to any other special functions that I am aware of.
I was wondering whether this kind of inverse function was studied in the literature before. If not, I wonder if it may be interesting enough to publish.