I would like to find the general term, closed form or analytic solution for the recurrence relation $a_{n+1}=\sqrt{a_n+1},a_1=1$.
I looked around the internet but could not find much about this problem. If anyone knows any paper or research about this problem, I would like to know.
My research:
The sequence is a bounded increasing sequence and converges to $\frac{1+\sqrt{5}}{2}$.
A similar problem $a_{n+1}=a_{n}^2+c$ does not(?) have a simple solution except for $c=0,-2$ (I am not sure if I understand what's written here)
The 3rd website and 4th website seems to be related since the equation $a_{n+1}=a_{n}^2+c$ turns into $a_n=\sqrt{a_{n+1}-c}$ and if we swap $a_n,a_{n+1}$ and set $c=-2$(which is one of the values mentioned) we get $a_{n+1}=\sqrt{a_n+2}$. However, I do not know how to make use of this connection.