How would you prove that $$ \left(\forall n\in\mathbb{N}\right),\ \prod_{k=1}^{n}{\left(1+\frac{1}{k^{3}}\right)}<\mathrm{e} $$
Wolfram|Alpha says its limit would be exactly $ \frac{\cosh{\left(\frac{\sqrt{3}\pi}{2}\right)}}{\pi} $, but I think it might be nicer to solve the problem without trying to compute the infinite product. Any suggestions ?
Equivalently, you want $$ \sum_{k=1}^n \log \left( 1+\frac{1}{k^3}\right) < 1 $$ Now $\log(1+t) < t$, but $\sum_{k=1}^\infty 1/k^3 = \zeta(3) > 1$, so that doesn't quite do it. However, leave the $k=1$ term as $\log(2)$ and it does work:
$$ \sum_{k=1}^n \log\left(1 + \frac{1}{k^3}\right) \le \log(2) + \zeta(3) - 1 \approx 0.895204084$$
Or if you don't want to have to evaluate $\zeta(3)$ numerically, use $$ \zeta(3) - 1 = \sum_{k=2}^\infty \frac{1}{k^3} \le \int_{3/2}^\infty \frac{dx}{x^3} = \frac{2}{9} $$ where by Jensen's inequality and convexity of $1/x^3$, $$\dfrac{1}{k^3} \le \int_{k-1/2}^{k+1/2} \dfrac{dx}{x^3}$$ Then our bound is $$ \sum_{k=1}^n \log \left(1+\frac{1}{k^3}\right) \le \log(2) + \frac{2}{9} \approx 0.9153694028 $$