I'm trying to figure out wether I understand the meaning of the following sequence correctly. Let $\displaystyle a_n = \sum_{k=1}^n\frac{1}{k+n}, n \in \mathbb{N}$.
Is this a correct upper bound?
$$\sum_{k=1}^n\frac{1}{k+n} < \sum_{k=1}^n\frac{1}{n} = n \cdot\frac{1}{n} = 1.$$
Is there a way to proof the monotony?