I came across the following problems during the course of my self-study of real analysis:
Show that the sequence $(x_n)$ defined by $x_n = 1+ \frac{1}{2} + \frac{1}{3} + \dots + \frac{1}{n}$ is unbounded.
I know a sequence $(x_n)$ is bounded if there exists a positive number $K$ such that $|x_n| \leq K$ for all $n$. So suppose for contradiction that it is bounded. Maybe we can define sequences $a_n = x_n-1$, $b_n = a_n-\frac{1}{2}$, $c_n = b_n- \frac{1}{3} \dots$ and try to come up with a contradiction?
Show that the sequence $(x_n)$ defined by $x_1 = x$, $x_{n+1} = x_{n}+ 1/x_n$ is unbounded.
Suppose for contradiction that $(x_n)$ is bounded by $K$ for all $n$. Then show that there is some $K' < K$ which is also an upper bound?
Show that the sequence $(x_n)$ defined by $x_n = 1+ \frac{1}{2!}+ \frac{1}{3!} + \dots + \frac{1}{n!}$ is bounded above by $2$.
So there is some relationship between $n!$ and $2^{n-1}$. I think $n! \geq 2^{n-1}$ and we can prove this by induction on $n$? So $x_n \leq 1+1+ \frac{1}{8} + \dots + \frac{1}{2^{n-1}}$?