Question 451601
For any three consecutive natural numbers, at least one of them will be divisible by 2, and exactly one will be divisible by 3 (using modular arithmetic, the integers are 0,1,2; 1,2,0; or 2,0,1 mod 3). This implies that the product must be divisible by 6.