As in the title I am interested in finding closed form for sequence satysfing $$t_{n+1}=t_n(t_n-2)$$ with $t_1=4$. I have tried many guesses, because I don't know if there is a metod to solve that, but without succes.
2026-04-30 02:59:07.1777517947
Closed form for solution of $t_{n+1}=t_n(t_n-2)$
174 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
By setting $t_n=a_n+1$ we have: $$ a_{n+1} = a_n^2-2 \tag{1}$$ then by setting $a_n=2b_n$ we have: $$ b_{n+1} = 2 b_n^2-1 \tag{2} $$ It is not difficult to recognize the duplication formula for the (hyperbolic) cosine.
In particular, assuming $b_0=\cosh t_0$, $b_n = \cosh(2^n t_0)$ follows by induction.
Since in our case $b_1=\frac{3}{2}$ gives $b_0=\frac{\sqrt{5}}{2}$, we have $t_0=\log\left(\frac{1+\sqrt{5}}{2}\right)=\log\phi$, hence:
where $L_m$ is the $m$-th Lucas number.