I'm wondering whether there's a known way to compare the exponential factorial of n versus the tetration of a fixed number $($ e.g., $3$, since it appears in Graham's number $)$ with the same number of terms.
Here's an example: Find the smallest n such that $n^{!}$ is greater than $^{n-1}3$.
Both of these terms have the same number of exponents $($we ignore $1$ in the factorial exponential, thus $n-1$ terms$)$. A first computation shows that the tetration of $3$ grows much faster:
$4^{!} = 262144,~$ while $~^{3}3 = 3^{27} \approx 7.62 \cdot 10^{12}$
$5^{!} = 5^{262144} \approx 10^{183230},~$ while $~^{4}3 = 3^{3^{27}} \approx 10^{3.6 \cdot 10^{12}}$
Afterwards, numerical evaluation becomes more difficult, but what appears to be clear is that until the basis for the exponent in the exponential factorial becomes much, much larger, the tetration of $3$ will keep growing insanely faster, simply due to the higher last exponent.
Is this a known problem ?