Just for reference and no work i am proving that 3 consecutive numbers are divisible by 6.
Let the three numbers are n(n+1)(n+2)
P1=1*2*3=6(True)
Let us assume that Pk=k(k+1)(k+2) is true
Pk+1=(k+1)(k+2)(k+3)
=k(k+1)(k+2)+3(k+1)(k+2)
=6N+3*2R
=6(N+R)
=6m
So three consecutive numbers are sivisible by 6 or 3! .