Let $a_0=1$ and $a_n=1+\sqrt{a_{n-1}}+\sqrt{1+\sqrt{a_{n-1}}}$
I want to know if the limit of $a_n$ as n goes to infinity. $$1+\sqrt{1+\sqrt{1+\sqrt{\dots}+\sqrt{1+\sqrt{\dots}}}+\sqrt{1+\sqrt{1+\sqrt{\dots}+\sqrt{1+\sqrt{\dots}}}}}+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{\dots}+\sqrt{1+\sqrt{\dots}}}+\sqrt{1+\sqrt{1+\sqrt{\dots}+\sqrt{1+\sqrt{\dots}}}}}}$$ When I tried to find a possible answer I tried to solve $1+\sqrt{x}+\sqrt{1+\sqrt{x}}=x$. I tried for an hour so I gave up and asked WolframAlpha and it got $x≈5.04891733952231$
I'm not sure how to find out if $a_n$ converges. I think it does
Notice the map $x\mapsto f(x) \stackrel{def}{=} 1 + \sqrt{x} + \sqrt{1 + \sqrt{x}}$ is defined and strictly increasing for $x \ge 0$.
Since $a_1 > a_0$, we have $$a_2 = f(a_1) > f(a_0) = a_1 \implies a_3 = f(a_2) > f(a_1) = a_2 \implies \cdots $$ So $a_n$ is an increasing sequence.
The map $f(x)$ has a fixed point at $b \sim 5.05$ (in fact, this is the first non-zero fixed point of $f(x)$). Since $a_0 < b$, we have $$a_1 = f(a_0) < f(b) = b \implies a_2 = f(a_1) < f(b) = b \implies \cdots$$ So $a_n$ is also bounded from above by $b$. As a result, $a_n$ converges to some value $a_\infty$ in $(a_1,b] = (1,b]$.
Now $f(x)$ is a continuous function, this implies
$$f(a_\infty) = f(\lim_{n\to\infty}a_n) = \lim_{n\to\infty} f(a_n) = \lim_{n\to\infty} a_{n+1} = a_\infty$$
So $a_\infty$ is also a fixed point of $f(x)$ too. Since $b$ is the first non-zero fixed point of $f(x)$, this forces $a_\infty = b$. ie. your sequence $a_n$ converges to the fixed point you have.