The objective is to prove that $n(n+1)(n+5)$ is a multiple of 3.
I took the following simplistic route $$n(n+1)(n+5) = 3X$$ $$n(n+1)(n+5)\frac{n+2}{n}\frac{n+6}{n+5} = 3X*\frac{n+2}{n}\frac{n+6}{n+5}$$
Now, since $(n+1)(n+2)(n+6) = 3X*Y$, n+1 should be divisible by 3 as long as n is divisible by 3 (Proof by induction).
Obviously i don't feel that is the right answer, it feels like cheating. I can't see how this method is illegal however.