Prove that $$\left(\frac{3+\sqrt{17}}{2}\right)^n + \left(\frac{3-\sqrt{17}}{2}\right)^n$$
is always odd for any natural $n$.
I attempted to write the binomial expansion and sum it so the root numbers cancel out, and wanted to factorise it but didn't know how. I also attempted to use induction but was not sure how to proceed.
Note that it satisfies the following recursive formula:
$$a_{n+2}=3a_{n+1}+2a_n\tag{$\star$}$$
where $a_n=\left(\frac{3+\sqrt{17}}2\right)^n+\left(\frac{3-\sqrt{17}}2\right)^n$.
Thus, if $a_{n+1}$ is odd, then $a_{n+2}$ is odd.
$(\star)$ comes from noting that
$$a^2=3a+2\implies a=\frac{3\pm\sqrt{17}}2$$
And applying theories of linear recursives.
This technique is famous, take the Fibonacci sequence for example:
$$a_{n+2}=a_{n+1}+a_n\implies a^2=a+1$$
This quadratic has two solutions $a=\phi,-\phi^{-1}$. Thus, the Fibonacci sequence has the following formula:
$$a_n=\frac{\phi^n-(-\phi)^{-n}}{\sqrt5}$$
where $\phi$ is the golden ratio.