Loren Booda said:
More like: multiplication represents repeated additions, and exponentiation represents repeated multiplications, etc.
Yep, that's the list I gave you.
Tetration (\uparrow\uparrow) is repeated exponentiation, right associated:
a\uparrow\uparrow b = a^{a^{...^{a^a}}}
where there are b a's on the left side.
2\uparrow\uparrow 2 = 2^2 = 4
2\uparrow\uparrow 3 = 2^{2^2} = 2^4 = 16
2\uparrow\uparrow 4 = 2^{2^{2^2}} = 2^{16} = 65536
Pentation (\uparrow\uparrow\uparrow) is repeated tetration, also right associated, etc.
Succession is adding 1, so you might say that adding a and b is like adding 1 to a, b times.
EDIT: I use Knuth uparrow notation for the higher operators. This is not strictly speaking a universally agreed upon thing, so you might have to explain it to pretty much anyone you show it to.