Let $\{a_n\}$ be a sequence defined recursively by $a_1=1,a_{n+1}=a_n^2+6$, find an explicit formula for $a_n$.
I tried some of the usual mathods but none of them led to a solution. It seems that there just isn't such a formula (with only elementary functions). So is there? If there isn't, how do you prove that there isn't such a formula?
Hint:
$a_n$ grows quickly, so that after a few iterations the term $6$ becomes neglectible and you have
$$a_{n+1}\approx a_n^2$$ of which the solution is
$$a_n=c^{2^n}.$$
The value of $c$ can be determined as the limit of $\sqrt[2^n]{a_n}$ of which here are the first values
$$1,\\ \sqrt7=2.645751\cdots\\ \sqrt[4]{55}=2.723270\cdots\\ \sqrt[8]{3031}=2.723944\cdots\\ \sqrt[16]{9186967}=2.723945\dots\\ $$