Prove $133\mid \left(11^{n+2}+12^{2n+1}\right)$, where $n$ is a non-negative integer.
So, I went about proving this using Fermat's theorem. So I had $11^{n}\cdot 11^2+(12^2)^n= 0\ (\mod 133)$ then $11^n\cdot 11^2+1728^n=0\ (\mod133)$ and finally $1^n+132^n=0\ (\mod 133)$. Then I said $133^n=0\ (\mod133)$ because $133$ raised to any power will have a remainder of $0$. Did I apply Fermat's theorem correctly?