05/04/2014, 04:29 AM
(This post was last modified: 05/04/2014, 04:37 AM by sheldonison.)
(05/03/2014, 08:24 PM)tommy1729 Wrote: ....Im fascinated by this f(x).you're welcome, and you are correct.
My x_n is now given by f^[-1]( exp^[n] f(x) ).
SO x_n does grow superexponential !
Thank you Sheldon !
The approximate value for b^^n = e^^(n+2)
as n to infinity, is b~= 302263.280461758
Quote:2 remaining questions pop up immediately in my head :This is the equation for f
1) how fast does f(x) grow ? Can we express f(x) in other functions ?
2) is there a limit form for f^[-1](x) ??
\( f(x) = \lim_{n\to \infty} \ln^{[n]} x \uparrow\uparrow n \)
For numerical results for \( f^{-1}(x) \), I iterate using Newton's approximations and it works pretty well.
for n=2, you get a sense of how f(x) grows:
\( f_2(x) = \ln^{o2}(x\uparrow \uparrow 2) = \ln(x) + \ln(\ln(x)) \)
for n=3
\( f_3(x) = \ln^{o3}(x\uparrow \uparrow 3) = \ln(\exp(f_2(x))+\ln(\ln(x))) = f_2(x) + \ln(1+\frac{\ln(\ln(x))}{\exp(f_2(x))}) \)
for n=4,
\( f_4(x) = \ln^{o4}(x\uparrow \uparrow 4) = f_3(x) + \ln(1 + \frac{1}{\exp(f_3(x))}\ln(1+\frac{\ln(\ln(x))}{\exp^{o2}(f_3(x))} )) \)
.... for n=5, there are three nested logarithms ....
- Sheldon

