More specifically I want to prove for any $n\geq 1$, $11\nmid 64^n +22^n -2$, and I'm having doubts as to the validity of my proof.
So, if $11$ did indeed divide $64^n +22^n -2$ for any $n\geq 1$, then, working modulo 11 would yield $$ \bar{64}^n +\bar{22}^n -\bar{2} = \bar{0} \text{ (mod11)} $$ but notice that $\bar{64}=\bar{-2}$ and $\bar{22}=\bar{0}$. Thus, $\bar{(-2)}^n +\bar{0}^n -\bar{2} = \bar{(-2)}^n - \bar{2} = \bar{0}$. Computing a few values of $\bar{(-2)}^n$, we find, $\bar{-2}, \bar{4}, \bar{8}, \bar{5}, \bar{1}, \bar{-2}$, and so more specifically, $\bar{(-2)}^n$ is periodic with period 5 and never equal to $\bar{2}$ within that period, so the equality $\bar{(-2)}^n - \bar{2} = \bar{0}$ can never hold for any $n\geq1$.
Let me know if this proof is sufficient or if I need to add or change anything, any help would be appreciated.