In a recent (March 24, 2018) [video][1], Mathologer tells us that "for an even power of an odd number [all divided by $4$], the only possible remainder is $1$." He leaves the proof as an "easy puzzle."
With the help of my cat, I've rendered his claim thus: $$(2k+1)^{2n} \bmod 4 = 1$$ where $k$ and $n$ are non-negative integers.
I can show that this is true for $n$ = 1 ($n$ = 0 as well, but that's trivial):
$$(2k+1)^2 = 4k^2 + 4k +1= 4(k^2+k) +1$$ Since $k$ is an integer, $k^2+k$ is also an integer, which I can express as $m$. So:
$$(2k+1)^2 = 4m +1$$ and $$(4m+1) \bmod 4 = 1$$
How do I go about generalizing this for $n > 1$? Induction? Binomial theorem? Am I pointed in the right direction?