Knuth's up-arrow notation was invented by Donald Knuth in 1976, and is used to compute really big integers. Up-arrow notation can be thought of as a way to write iterated exponentiation.
x ↑ y = x y {\displaystyle x\uparrow y=x^{y}}
x ↑↑ y = x x . . x ⏟ y times {\displaystyle x\uparrow \uparrow y=\underbrace {x^{x^{.^{.^{x}}}}} _{y{\text{ times}}}}