Let $X$, $Y$ and $Z$ be i.i.d. uniform (0,1) random variables. What is the distribution of $(XY)^Z$? I've tried to solve it via mgfs, and what I've found is:
$$E\left(e^{(XY)^Z}\right)=E\left(E\left(e^{(XY)^Z}|Z\right)\right)$$ $$=E\left(E\left(e^{(XY)}\right)^Z\right)$$ $$=E\left(2\left(\frac{e^t-1}{t}\right)^Z\right)$$ $$=2\int_0^1\left(\frac{e^t-1}{t}\right)^zdz$$ $$=2\int_0^1\exp\left({z\log\left(\frac{e^t-1}{t}\right)}\right)dz$$ $$=2\left[\frac{\exp\left({z\log\left(\frac{e^t-1}{t}\right)}\right)}{\log\left(\frac{e^t-1}{t}\right)}\right]_0^1$$ $$=2\frac{{\frac{e^t-1}{t}}-1}{\log\left(\frac{e^t-1}{t}\right)}$$
But I don't see where to go from here. It doesn't look like the mgf of any distribution that I know. How can I determine the distribution from this, or is there another way?