Consider the infinite product $S_n=\Pi_{i=1}^{n} (1+\frac{1}{2^i})$. The original problem was to prove that $\Pi_{i=1}^{n} (1+\frac{1}{2^i}) < \frac{5}{2} \ \forall \ n \in \mathbb{Z^+}$. This can be done by writing $S_{n+1}-S_n$ as $\frac{S_n}{2^{n+1}}$, then conjecturing that $S_n - S_1< 1$ and proving this claim by induction - the key being to write $S_{k+1}-S_1$ as the telescoping sum $(S_{k+1}-S_k)+(S_k - S_{k-1}) + ... + (S_2-S_1)$. But since $S_1 =\frac{3}{2}$, we have $S_n < 1+\frac{3}{2} =\frac{5}{2}$, so we are done.
However, according to software, $S_n$ seems to converge to the value $2.3842310290313...$ as $ n \rightarrow \infty$. I wonder if there is a closed form for this special number, and how do we prove that $S_n$ actually converges to this value? Because the result proven in the problem seems considerably weaker than this...
The exact constant is OEIS A079555. There is no closed form in the usual sense, but the number can be represented using the $q$-Pochhammer symbol $(-1/2;1/2)_\infty$.
The proven bound of $2.5$ is already quite tight, in my opinion.