Does anyone know if the inverse of $$f(x) = x(e^{-x} - 1)$$ on $\{ x \geq 0 \}$ is expressible in terms of known special functions? The natural function to consider is the Lambert $W$-function, but I haven't been able to see a relationship.
Context: During some research, I needed to compute the solution to $x(ap^{-x} - 1) = C$, where $a > 1$, $p \in (0,1)$, and $C > 0$. I believe I could do this if I had an expression for $f^{-1} (x)$.
Another (simpler) solution.
Let $p^{-x}=e^y$
$$x \left(a \,p^{-x}-1\right)=C \implies y(a e^y-1)=K \quad \text{where} \quad K=-C \log(p) ~>~0 $$
So, the solution of the equation is lower bounded by the solution of $$a y e^y=K \implies y_0=W\left(\frac{K}{a}\right)$$ One iteration of Newton method gives $$y_1=y_0-\frac {y_0(a e^{y_0}-1)-K}{a e^{y_0} (y_0+1)-1 }=\frac{a e^{y_0} y_0^2+K}{a e^{y_0} (y_0+1)-1}$$
Trying for $a=2$, $p=\frac 13$, $C=123456$, we have $y_0=8.93461$ and $y_1=8.93467$ which is the solution for this number of figures. Then $x=8.13268$.