Without being proficient in math at all, I have figured out, by looking at series of numbers, that $6$ in the $n$-th power always seems to end with the digit $6$.
Anyone here willing to link me to a proof?
I've been searching google, without luck, probably because I used the wrong keywords.
We can prove it using mathematical induction.
Claim: $6^n\equiv 6\bmod 10$ for all $n\in\mathbb{N}$ (the symbol $\mathbb{N}$ denotes the natural numbers, and $\bmod 10$ means we are using modular arithmetic with a modulus of 10).
Base case (i.e., showing it's true for $n=1$): $$6^1\equiv 6\bmod 10\qquad\checkmark$$
Induction step (i.e., showing that, if it is true for $n=k$, then it is true for $n=k+1$):
$$6^k\equiv 6\bmod 10\implies 6^{k+1}\equiv 6^k\cdot 6\equiv6\cdot 6\equiv 36\equiv 6\bmod 10\qquad\qquad\checkmark$$