44th Putnam 1983

------
 
 
Problem B4

Let f(n) = n + [√n]. Define the sequence ai by a0 = m, an+1 = f(an). Prove that it contains at least one square.

 

Solution

Suppose m = n2 + r, with 1 ≤ r ≤ n. Then [√m] = n, so a1 = n2 + n + r. We still have [√(n2 + n + r)] = n (because the next square up is n2 + 2n + 1), so a2 = n2 + 2n + r = (n + 1)2 + (r - 1). Thus if r = 1, then a2 is a square, and by a simple induction in the general case a2r is a square.

Now if n+1 ≤ r < 2n+1, then we still have a1 = n2 + n + r = (n + 1)2 + (r - n - 1) and 0 ≤ (r - n - 1) < n. If r = 0, then we have a square. If not, then a further 2(r - n - 1) steps give a square.

 


 

44th Putnam 1983

© John Scholes
jscholes@kalva.demon.co.uk
16 Jan 2001