How do I solve this recurrence relation for a given $a_0$? I only know how to do linear ones by substituting $a_k=\lambda^k$ and solving for $\lambda$ but this doesn't work here
2026-03-27 21:15:45.1774646145
Solving $a_k=a_{k-1}^2 -2$
70 Views Asked by user544680 https://math.techqa.club/user/user544680/detail At
2
This paper contains the very general answer for your question. Because your $g_n$ (following the notation therein) is always negative, the closed form is simply $[k^{2^n}]$ for some $k$ and large enough $n \geq n_0$. Also, $k$ will depend on $a_0$, and if $a_0$ is (positive) integer, determining $k$ becomes quite easy.