I'm almost certain this is an inductive proof. I've expressed it as for all $n\in2x$ and $\notin10y$ , $n^4\equiv 6\mod10 \forall x,y\in\Bbb Z^+$. The base case is straightforward, as $2^4=16\equiv6\mod10$. Just struggling on proving for when $n=k+2$. Binomial expansion gives $k^4+8k^3+24k^2+32k+16$, which implies $k^4+8k^3+24k^2+32k\equiv0\mod10$, which using the assumption $k^4\equiv6\mod10$ gives $8k^3+24k^2+32k\equiv4\mod10$.
Any help in going forward or which direction to take would be excellent.