Given $a_1>0$ and $a_{n+1}=\ln{(a_n+1)}$, the sequence $na_n$ is quite interesting.
It turns out that the sequence $na_n$ approaches $2$ (proof), and that $\begin{align}\lim_{n\to\infty}\frac{n}{\ln{n}}(na_n-2)\end{align}=2/3$ (proof).
So $na_n$ has some maximum value greater than $2$.
Let $f(x)=$ { $n$-value of $(na_n)_\text{max}$ when $a_1=x$ }.
An Excel simulation yields:
$f(3)=1$
$f(2)=3$
$f(1.5)=11$
$f(1)=118$
$f(0.8)=652$
$f(0.6)=10424$
$f(0.55)=28113$
What is a good approximation for $f(x)$ for small $x$ ?
I took the log of $f(x)$ and then used Excel's trendline tool to come up with $f(x)\approx ab^{1/x}$ where $a\approx 0.189$ and $b\approx 700$, but I doubt this is valid for very small values of $a_1$.
I'm wondering if there is a closed form approximation for $f(x)$.