Let $a_n = (5+2\sqrt{6})^n+(5-2\sqrt{6})^n$. Prove that $a_n-10a_{n-1}+a_{n-2}=0$.
I think this depends on whether $n$ is even or odd so in the case $n$ is even we have $a_n = 2(\binom{n}{0}5^n+\binom{n}{2}5^{n-2}(2\sqrt{6})^2+\cdots+\binom{n}{n}(2\sqrt{6})^n)$, but it seems computational to do it this way. Is there an easier way?
hint: You can solve backward by noting that: $a_0 = 2, a_1 = 10$, then you have $x^2-10x+1 = 0$. What are the roots $r_1, r_2$ for this equation, and then $a_n = Ar_1^n + Br_2^n$. You can solve for $A,B$ and it should match with your formula above.