superexponential
Superexponential describes growth that outpaces any exponential function with a fixed base. In formal terms, a real-valued function f defined on the natural numbers is called superexponential if for every a > 1, lim_{n→∞} f(n)/a^n = ∞. Equivalently, log f(n) grows faster than linearly in n, meaning log f(n) = ω(n).
Classic examples include n! and n^n. By Stirling’s approximation, n! ~ sqrt(2πn) (n/e)^n, which is larger than
Relation to other growth classes: exponential functions have the form a^n. Superexponential growth strictly dominates any
In computational complexity, superexponential time refers to running times that exceed c^n for every constant c >