Let $(a_n)_{n \in \mathbb{N}}$ be the sequence of integers defined recursively by $a_0 = 0$, $a_1 = 1$, and $a_{n+2} = 4a_{n+1}+a_{n}$ for $n \geq 0$. Prove that if $\gcd(a_m,a_{m+1}) = d > 1$, then $\gcd(a_m,a_{m-1}) = d$ where $m \geq 2$.
It can be shown that if $m|n$, then $a_{m}|a_{n}$. I am wondering if this helps prove the statement or we have to use the Euclidean algorithm to derive it.