I got a idea from fast-growing hierarchy function to create new function g.(I think it is computable.)
$$g_0(n) = n + 1$$
$$g_{a+1}(n) = g_a^{g_a(n)}(n)$$
Which different from fast-growing hierarchy function f.
$$f_0(n) = n + 1$$
$$f_{a+1}(n) = f_a^{n}(a)$$
Is there any function that like this function ?
And is it possible to write $g_a(n)$ = something in term of Knuth's up-arrow notation or Conway chained arrow notation ?
I think there is someone create this function or something like this function before. (In mathematical, I think it is impossible to create new thing if you have a little knowledge. I have a little knowledge about big number and
I'll prove $g_a(n)\ge Ack(a,n)$ by induction
Note: I use $A_m(n)=Ack(m,n)$
for $a=0$
$$g_0(n)=n+1\ge A_0(1)=n+1$$
for $a+1$
$$g_{a+1}(n)=g_{a}^{g^a(n)}(n)\ge g_a^{n+1}(n)>A^{n+1}_a(1)=A_{a+1}(n)$$
This is a fairly weak approximation but $g_a(n)$ should be smaller than $A_{a+1}(n)$ so it's not too bad.