If $u(x)=x^x$ then we can form $$ u^2(x) = \left(x^x \right)^{x^x} = x^{x^{x+1}} $$ some simplification occurs, but the further iterates are a typographical challenge to mathjax.
Writing $E_k$ for $u^k(x)$ we have $$ E_0 =x \\ E_{n+1} = u(E_n) = E_n^{E_n}. $$ However, each term in the sequence is a power of $E_0 = x$ so we may also write $$ E_n = x^{P_n} $$ where $$\begin{align} P_0 &= 1\\ P_1 &= x \\ P_2 &= x^{x+1} \end{align} $$ the iteration gives $$ E_{n+1} = E_n^{E_n} = \left(x^{P_n}\right)^{x^{P_n}} = x^{P_nx^{P_n}} $$ so that $$ P_{n+1}=P_n x^{P_n}. $$ We note that $P_k$ is also a power of $x$, say $P_n=x^{Q_n}$ which gives $$ P_{n+1} = x^{P_n+Q_n} $$ it seems that each iteration takes us one step further up the ladder of tetration, but i do not know the notation to express this in a precise symbolic form. can anyone help?