Is there any well established notation for iterating a function a certain amount of times? What I mean is that, let's say you have a function $f(x)$ that you are iterating a certain amount of times:
$$\underbrace{f(f(f(f(\cdots(x)\cdots))))}_\text{$n$ times}$$
Is there some similar notation to e.g. the $\sum$ symbol if we would be talking about sums?
The usual notation is to write $$ f^n(x) = (\underbrace{f\circ f \circ\dotsb\circ f}_{\text{$n$ times}})(x). $$
The notation is (perhaps) motivated by the observation that many classes of functions (e.g. continuous functions from $\mathbb{R}$ to $\mathbb{R}$ form an algebraic structure, where composition is plays the role of a multiplication operator.