Prove that $a_{n+1}=\frac{a_n^2+4}{a_{n-1}}$ recursion formula is equivalent to $\frac{a_{n+1}+a_{n-1}}{a_n}=6 \hspace{0,5cm}$
if $a_1=1, a_2=5$ $\forall n \gt1$
I spent a couple of hours with the task, which can be found on the below link, when I noticed the equivalence between the two recursion formulas, unfortunately I could not prove it.
Finding the general formula of $a_{n+1}=\frac{a_n^2+4}{a_{n-1}}$ with $a_1=1$ and $a_2=5$
Could someone help with the proof, thanks in advance.