For which positive integers , do there exist consecutive positive integers such that the largest number is a divisor of the least common multiple of the other numbers?
Problem 1364
Official solution
When , for any three consecutive positive integers , if
then
and
so
This is a contradiction.
When , if is even, let , then among the numbers , the largest number is a divisor of the least common multiple of the other numbers (which include and ); if is odd, let , then the numbers are consecutive positive integers (note that is used here), and the largest number among them is a divisor of the least common multiple of the other numbers.
Therefore, when , the positive integer meets the condition.