.
If f(n) = , find f(1) + f(2) + f(3) + . . . + f(2005).
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Let m = 2006 - n, and consider the sum of two symmetric terms
f(n) + f(m) = + .
Notice that 2006m-m^2 = 2006*(2006-n) - (2006-n)^2 = 2006^2 - 2006n - 2006^2 + 2*2006n - n^2 = 2006n-n^2.
So, f(n) and f(m) have THE SAME DENOMINATOR log(2006n-n^2).
+---------------------------------------------------------+
| This remarkable observation is a KEY to the solution. |
+---------------------------------------------------------+
Thus we can write these two addends and their sum with the common denominator
f(n) + f(m) = + =
which we can continue
f(n) + f(m) = (1)
Next, nm = n*(2006-n) = 2006n-n^2,
so, in (1) the numerator is the same as the denominator.
It gives us f(n) + f(m) = 1 for each and every pair of positive integers (n,m) such that m = 2006-n.
Thus the symmetric pairs give the sum of 1 taken 1002 times, i.e. the sum of 1002.
The central (unpaired) term at n= 1003 gives f(n) = f(1003) = = = = .
Therefore, the total sum and the is 1002 = 1002.5.
ANSWER. The total sum is 1002 = 1002.5.
Solved.
-----------------
This problem is of a recognized Math Olympiad level.