Given $x_1$ and $x_2$ are roots of $P(x)=x^2-6x+1$ prove using Binomial expansion that $x_1^n+x_2^n$ is not divisible by 5 if $n\in \Bbb N\setminus\{0\}$.
Source: list of problems for the preparation for math contests.
Notice: this problem is different from other SE question, as it requires a specific proof that was suggested by @DeepSea in a comment in that post, but not developed.
My attempt: By solving the roots of $P(x)$ it is easy to see that $$x_1=3+2\sqrt{2}\ \ \text{and}\ \ \ x_2=3-2\sqrt{2}$$ and, using the Binomial expansion, $$x_1^n+x_2^n=(x_1+x_2)^n-\sum_{k=1}^{n-1}{{n-1}\choose {k}} x_1^{n-k}x_2^k=6^n-\sum_{k=1}^{n-1} {{n-1}\choose {k}}x_1^{n-k}x_2^k$$
It is easy to see that $6^n\equiv 1\pmod{5}$ for all possible $n$. Therefore the problem is showing that for $$A(n)=\sum_{k=1}^{n-1}{{n-1}\choose {k}}x_1^{n-k}x_2^k,\ \ A(n)\not\equiv 1\pmod{5},\ \forall n\in \Bbb N\setminus\{0\}.$$
My problem is on how to proceed with the proof of this last statement. Hints and answers are welcomed.