24th IMO 1983 shortlist

------
 
 
Problem 5

Let Sn be the set of all strictly decreasing sequences of n positive integers such that no term divides any other term. Given two sequences A = (ai) and B = (bj) we say that A < B if for some k, ak < bk and ai = bi for i < k. For example, (7, 5, 3) < (9, 7, 2) < (9, 8, 7). Find the sequence A in Sn such that A < B for any other B in Sn.

 

Solution

Note that any integer can be written (uniquely) as the product of an odd integer (the odd part) and a power of 2. Two members of a sequence in Sn must have different odd part, otherwise one would divide the other. So we cannot do better than start the minimal sequence with 2n-1, 2n-3, ... . However, we cannot go further than 2k+1, where k = [(n+1)/3] in this way, or we would get one term 3x another. To check this we need to consider three cases: (1) n=3m, so k = m and 3(2k-1) = 2n-3; (2) n=3m+1, so k=m, and 3(2k-1) = 2n-5; (3) n=3m+2, so k=m+1 and 3(2k-1)=2n-1. So for the final k terms we need to stop them dividing any of the preceding terms. The way to do this whilst keeping them as small as possible is to take 2 x the terms in Ak. (Note that we clearly need to multiply the odd terms in Ak by 2, but could we get away without doubling the even terms? They already do not divide the early odd terms in An, but if we fail to double them they will divide one of the newly doubled terms from Ak.)

Thus we get:
A1 = {1}
A2 = {3,2}
A3 = {5,3.2}
A4 = {7,5,3,2}
A5 = {9,7,6,5,4}
A6 = {11,9,7,6,5,4}

 


 

24th IMO shortlist 1983

© John Scholes
jscholes@kalva.demon.co.uk
26 Nov 2003
Last corrected/updated 26 Nov 03