$$x_n = 1 + 1/2 +\dots +1/n- \log n$$
Then -
$1.$ Is the sequence increasing?
$2.$ is the sequence convergent?
For $(1)$, $\sum 1/n$ is increasing and $\log n $ is also increasing. First few terms are increasing, but i don't know about later terms.
$(2)$ $n^{th}$ term of the sequence can be written as $a_n = (\sum_{i=1}^{n}) - \log n$
So, $\lim_{n\to \infty} a_n = \lim_{n \to \infty} \sum 1/n -\lim_{n \to \infty} \log n$
Neither first part nor second is convergent here. so i could not conclude anything.
How to solve?