You just have to remember the property: ln (x^y) = y * ln(x)
So, to find the inverse of y = 2^10^x
x = 2^10^y
ln x = ln (2^10^y) = 10^y * ln 2
ln x / ln 2 = 10^y
ln (ln x / ln 2) = ln (10^y) = y * ln 10
y = (ln (ln x / ln 2)) / ln 10
There's probably a way to simplify that last expression, but I can't think of it at the moment other than using the property: ln (y/x) = ln y - ln x