I am trying to prove that for every even positive integer $n$, $n^2 − 1$ divides $2^{n!} − 1$.
My attempt: I am thinking of using Euler's Theorem and totient function to get $2^{n!} \equiv 1$ (mod $n^2 - 1$). We would have to show $\text{gcd}(2^{n!} - 1, n^2 − 1) = 1$ however and I'm not sure how to proceed with this.