If we iterate the function $f(x) = \ln(x + 1)$, we get: $$f(f(x)) = f^2(x) = \ln(\ln(x + 1) + 1)$$ $$f(f(f(x))) = f^3(x) = \ln(\ln(\ln(x + 1) + 1) + 1)$$ $$f(f(f(f(x)))) = f^4(x) = \ln(\ln(\ln(\ln(x + 1) + 1) + 1) + 1)$$ And so forth. I was wondering if there is some clever way to deal with these forms of expressions to simplify them any more. Everything I tried failed (and spectacularly at that), so if there is some neat trick we could use to write the general iterate $f^n(x)$ in closed form.
Honestly, I don't expect any simplification to be possible, but I just wanted to be absolutely sure.