Let $n \in \mathbb N$ and: $$ \begin{cases} a_1 = 1 \\ a_{n+1} = (n+1)(a_n + 1) \end{cases} $$ Prove that $$ x_n = \prod_{k=1}^n\left(1+{1\over a_k}\right) $$ is a bounded sequence.
Obviously $x_n > 0$. So suppose $x_n$ has an upper bound $M$:
$$ 0 < x_n < M $$
Inspecting $a_n$ one may see that the sequence is divergent and $a_n \le n$, so:
$$ \begin{align} a_{n+1} &> a_n \iff \\ \iff {1\over a_{n+1}} &< {1 \over a_n} \end{align} $$ and
$$ \begin{align} a_n &\ge n \iff \\ \iff {1\over a_n} &\le {1\over n} \end{align} $$
Therefore: $$ 1 + {1 \over a_n} \le 1 + {1\over n} $$
Now lets compare the products:
$$ \prod_{k=1}^n\left(1 + {1 \over a_k}\right) \le \prod_{k=1}^n\left(1 + {1 \over n}\right) $$
RHS is the definition of $e$ which may be proved to be bounded in various ways so i will not put it here.
So finally we have:
$$ 0 < \prod_{k=1}^n\left(1 + {1 \over a_k}\right) \le \prod_{k=1}^n\left(1 + {1 \over n}\right) < 3 \\ 0 < x_n < 3 $$
Which proves that $x_n$ is bounded.
Is the above a valid proof?
No!
It should be $$ \prod_{k=1}^n\left(1 + {1 \over a_k}\right) \le \prod_{k=1}^n\left(1 + {1 \over k}\right)=n+1. $$ By the way, $$x_n= \prod_{k=1}^n\left(1 + {1 \over a_k}\right)= \prod_{k=1}^n\frac{a_{k+1}}{(k+1)a_k}=\frac{a_{n+1}}{(n+1)!}.$$