Question
Given a sequence $a_0 = a_1 = 97\sqrt{2}$ and $$\forall n \space \space a_{n+1}= \frac{1}{\sqrt{2}}[a_n a_{n-1} + \sqrt{(a_n^2-2)(a_{n-1}^2-2)}]$$ Proof that $$2+\sqrt{2+a_n\sqrt{2}}$$ is a perfect square
My approach
Use mathematical induction to prove that (base case are trivial, this is the inductive step)
$$2+\sqrt{2+a_na_{n-1}+\sqrt{(a_n^2-2)(a_{n-1}^2-2)}}$$ However, this does not hold true for all $a_n$, there seems to be an invariant from the initial value that makes it perfect square. Any hints would be appreciated.