There are n positive integers, a 1 , a 2 , a 3 , . . . a n such that
1 a 1 < 2 a 2 < 3 a 3 < . . . < n a n
If a n = 2 0 1 5 , find the maximum value of n.
Extra: Prove that this is
a) possible
b) the maximum value
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To elaborate on Chew's solution: we need to prove that if the ith term is i 2 i − 1 then the next term is at least i + 1 2 i + 1 . Now, i ( 2 i − 1 ) ( i + 1 ) = i 2 i 2 + i − 1 = 2 i + 1 − i 1 . It is clear that 2i+1 is the smallest integer larger than this.
Problem Loading...
Note Loading...
Set Loading...
The problem is to find the largest n , which is the same as finding the smallest a i for each i t h term, so that we have the maximum number of terms, that is the largest n .
Starting from a 1 , its smallest value is 1 , then that of a 2 is 3 , a 3 is 5 and so on. So the longest possible (hence the largest n ) series is:
1 1 < 2 3 < 3 5 < . . . i 2 i − 1 . . . < n 2 0 1 5
The largest n = 2 2 0 1 5 + 1 = 1 0 0 8