I have the following recursive definition of a sequence of numbers:
$$a_{n+1}=(a_n)^{(a_{n-1})}$$
And $a_0=a_1=2$.
The first few terms are:
$$a_2=4$$ $$a_3=16$$ $$a_4=65536$$ $$a_5=1.1579209 \times 10^{77}$$
Obviously it grows fast, probably faster than exponential growth, maybe even faster than double exponential growth.
But it is hard for me to determine if it has something silly like 'triple' exponential growth or tetration growth.
How fast does this sequence grow?
This sequence exhibits tetrational growth. In particular, $a_{2n} \geq 2 \uparrow\uparrow (n+2)$ for $n \geq 2$.
We can prove this by induction.
For $n=2$, this is true since $a_4=65536=2 \uparrow\uparrow 4$.
Suppose it is true for $n=k$. Then $$a_{2(k+1)}=a_{2k+2}=a_{2k+1}^{a_{2k}} > 2^{a_{2k}} \geq 2^{2 \uparrow\uparrow (k+2)}= 2 \uparrow\uparrow (k+3) $$
This completes the induction hypothesis.
On the other hand, it is not hard to see that $$a_{n+1} = a_n^{a_{n-1}} \leq a_n^{a_n} < \left(2^{a_n}\right)^{a_n} = 2^{a_n^2} < 2^{2^{a_n}}$$
Since $a_1=2 \uparrow\uparrow 1$, we have $a_k<2 \uparrow\uparrow (2k+1)$.
Note $a \uparrow\uparrow b$ denotes up-arrow notation, in particular tetration in this case.