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?