$a_n=\frac12 a_{n-1}^2-4\quad \forall\quad n\ge2,a_1=\frac{20}{3}.\text{Find } a_n$
My Working : claim: $a_n=2t^{2^n}+2t^{-2^n},\quad\text{where }t=\sqrt 3 $
Proof: let $a_k$ be $2t^{2^k}+2t^{-2^k}$ for some $k\in\mathbb{N}$
$\implies a_{k+1}=\frac12(2t^{2^k}+2t^{-2^k})^2-4=2t^{2^{k+1}}+2t^{-2^{k+1}}$
Is there any other way ? Also, how do I deal with $T_n=aT_{n-1}^2+b$ type recurrence relations in general?