Can we find examples of sequences $a_n$ where $a_n$ is divergent and for any $\epsilon > 0$, there exists an $N \in \mathbf{N}$ such that $|a_{n+1} - a_n| < \epsilon$ for all $n \geq N$?
My initial guess is that we can construct some sequence that oscillates between two values whose difference can always be made to be less than $\epsilon$. Something like $a_n = \frac{n}{n + 2}$ for odd $n$, $a_n = \frac{n + 1}{n+2}$ for even $n$. Does this seem right?
If so, I think this is a pretty cool way to satisfy both conditions, but it would be even cooler if we could do it with a monotonic sequence. Is there some monotonic $a_n$ that satisfies both of these constraints? Thanks for your time!