For which n does the following inequality hold ?
$$2 \uparrow^{n+1}n > 3\uparrow^n 3 + 2$$
where $\uparrow$ stands for knuth's up-arrow notation.
I need this inequality to prove that
$$f_{\omega+1}(n) > G(n)$$
for $n\ge 8$
where $f_{\omega+1}(n)$ is a function from the fast growing hierarchy and G(n) is Graham's sequence
$$G(1) = 3\uparrow^4 3$$
$$G(n+1) = 3\uparrow^{G(n)} 3$$
for all n > 0.