Most of you already know the flabbergasting properties of cyclic numbers. Among these, $142857$ deserves to be the most famous and admired, being (in base $10$) the smallest and the only one without those spoilsport leading zeros. I personally love a couple of elegant features of its digits that aren't often underlined. Their sequence defines a graceful pattern on a calculator's keypad:
Another (partially related) feature is that they are exactly all the base-$10$ digits that are not divisible by $3$, each one taken once. Yet when you sum them up you get $1+4+2+8+5+7=27=3^3$, obviously divisible by $3$. I went on to discover that more generally
$$ \forall n,\qquad1^n + 4^n + 2^n + 8^n + 5^n + 7^n \equiv 0 \;\pmod 3 . $$
Even if I'm not familiar with modular arithmetic (in the sense that I never really studied it — I've learned what I know here and there and I try to use it at my best following my instinct) I think I succeeded proving this equivalence. According to Stack Exchange's encouragement to answer own questions, I'll write my proof as an answer below, asking you to check it, improve it, or replace with a better one (in what case I won't hesitate accepting the new one as best answer). Thank you!

$$\begin{array}{rcl} 1^n+2^n+4^n+8^n+5^n+7^n &\equiv& 1+(-1)^n+1+(-1)^n+(-1)^n+1&\pmod3 \\ &\equiv& 3\{1+(-1)^n\} \end{array}$$