Have following approach, which either is inadequate or am unable to amend for this problem:
- By definition, if $n\le m$, then $n \,|\, m!$.
- Thus for all integers $2\le n\le (m + 1)$, $n \,|\, (m + 1)!$.
- For all integers, $n \,| \,n$ trivially.
- Also, if $n\, |\, a$ and $n\, |
\,b\implies n\, | \,(a + b)$, with $a = n, b= (m+1)!$.
- Hence, have : $$2\,|\, 2 +(m+1)!$$ $$3\,|\, 3 +(m+1)!$$ $$\vdots$$ $$n+1\,|\, n +1+(m+1)!$$
What you were doing is correct. What you need is a clever choice for $n$. Choose $n=202!+2$ and it'll work out.