Show that 5^n + 6^n = 0 mod 11, for all odd number n
My initial attempt was to prove by induction. Base case is obvious, and the induction step would be to prove for n + 2.
I'm trying to play around by writing in the mod definition but no luck so far. Any advice?

