14. (15 points) From the sequence of consecutive natural numbers , select numbers such that no two of these numbers satisfy the condition where one is 7 times the other. Determine the maximum value of and provide a justification.
Solution
【Analysis】First, group these numbers.
4 numbers in a group: ,
3 numbers in a group: Note the first number skips , etc., a total of groups.
2 numbers in a group: , Note to skip the numbers that have already appeared, i.e., 49, 98, 147, 196, , a total of 34 numbers, so there are groups of 2 numbers.
【Solution】Solution:
From the analysis, we know: , in total 246 groups of numbers, in the first five groups, at most 2 can be taken from each group, at least 10 cannot be taken, in the groups of 3 numbers, at least 31 cannot be taken, in the groups of 2 numbers, at least 210 cannot be taken, so the maximum number that can be taken is numbers. In these 1763 numbers, answer: taking any 2, one will not be 7 times the other, the maximum value of is 1763.