Sorry to dig up an old thread, but I just saw this interesting problem in Bartle & Sherbert's textbook and did a Google search to see if anyone got the same answer as me.
I'm not sure if the problem was ever stated clearly, but it is: find the largest natural number m such that m divides n^3 - n FOR ALL natural numbers n. Notice that n is not a free variable; it is bounded to a universal quantifier. Therefore, it does not make sense to have an answer that depends on n, which is undefined outside of that quantified statement. In other words, our answer should be an EXPLICIT natural number.
Now, suppose we have our answer m. So no matter what n we choose, m divides n^3 - n. For example, let's choose n = 2. Then n^3 - n = 2^3 - 2 = 6. Thus, m divides 6. But the only positive divisors of 6 are 1, 2, 3, and 6.
Note that 1 divides every number, so m obviously exists, and also m >= 1. What is left is to figure out which (if any) of the numbers 2, 3, or 6 has the property that it is a divisor of n^3 - n FOR ALL natural numbers n (using induction). Finally, our answer m is the largest of the numbers that have that property.