In elementary school we learn the meaning of the following algebraic operations on $\mathbb{C}$: $x+y,xy,x^y$.(sum, product, power) But after that, we do not "go beyond" this operations in the sense I describe below.
Since product is a kind of repeated summation, and power is essentially repeated multiplication, I feel that we should have a notation for $x^{x^{x^{x...}}}$ where there are $n$ occurrences of $x$.
More generally, I want to define a notation $[n]$ recursively(For $a,b \in \mathbb{N}$):
$$ a[1]b=a+b\\ a[n+1]b=a[n]a[n]a[n]...[n]a $$ where there is $b$ occurrences of $a$.
Question: Does such a notation already exists? Can we extend the definition so that a and b can be complex numbers? Can $n$ be non-integral values if we extend this definition?