I have a nonlinear first-order recurrence of the form $$ a_n=a_{n-1}+\sqrt{a_{n-1}}, $$ with $a_1=b>0$. While simple in form, I suspect there is no closed-form due to the nonlinear square root term. However, the asymptotics of the recursion are of interest to me.
Playing around with different values of $b$ I (apparently) discovered for large $n$ $$ a_n\sim Cn^2. $$ But why is this?
Larger values of $b$ ($b\geq 1$) show quicker convergence to the quadratic form as compared to $b<1$.
Here is a plot of $a_n/n^2$ vs. $n$ for $b=1$:

Also, here is a table of the first several $a_n$ when $b=1$:
$$ \left( \begin{array}{cc} n & a_n\\ 1 & 1 \\ 2 & 2 \\ 3 & 2+\sqrt{2} \\ 4 & 2+\sqrt{2}+\sqrt{2+\sqrt{2}} \\ 5 & 2+\sqrt{2}+\sqrt{2+\sqrt{2}}+\sqrt{2+\sqrt{2}+\sqrt{2+\sqrt{2} }} \\ \end{array} \right) $$