$$\exists n\forall m ((n+8) \mid ((m+1)^{n+8} - m -1))$$
Where $n$ and $m$ are natural numbers.
How can I determine whether this expression is true or false?
What I have done thus far is the following ...
I rewrite it as $\exists n\forall m (\frac{(m+1)^{n+8} - m -1)}{n+8} \in \mathbb{N})$
Then I can write a series using $m = 0,1,2,3 ...$ which gives me
$$0, \frac{2^{n+8} - 2}{n+8}, \frac{3^{n+8} - 3}{n+8}, \frac{4^{n+8} - 4}{n+8}, \frac{5^{n+8} - 5}{n+8}, ...$$
At this point I am stuck, I have to figure out whether there exists an $n$ such that all of these fractions become integers, I don't see how I can find such an $n$