I have been trying to determine a general formula for the following summation for awhile now and cannot seem to make any progress:
$$\sum_{k=1}^{n} 1/(n+k)$$
In a sense, what I am asking is similar to determining a summation for, say, the sum of all integers $1 + 2 + 3 + ... + n$, which can be rewritten as
$$\sum_{i=1}^{n} i$$
Which can be shown is equal to $$ n(n+1)/2$$
Therefore my question really becomes, how might I approach a question where there are these two variables now, n and k, in order to derive a general formula?