Let $x>0$, and set \begin{equation} a_{n}:=\prod_{j=\lfloor\frac{n}{\mathrm{e}}\rfloor}^{n}\left(1+\frac{x}{j}\right),\quad{}n\geq3, \end{equation} where $\lfloor\cdot\rfloor$ is the floor function.
Question. Show that $\lim_{n\to\infty}a_{n}=\mathrm{e}^{x}$.
Clearly, the sequence is not monotonic. Thus, what comes to my mind is the squeezing theorem. I can show that $a_{n}\leq\bigl(\frac{n}{\lfloor\frac{n}{\mathrm{e}}\rfloor-1}\bigr)^{\lambda}$ for $n\geq6$, and $\bigl(\frac{n}{\lfloor\frac{n}{\mathrm{e}}\rfloor-1}\bigr)^{x}\to\mathrm{e}^{x}$ as $n\to\infty$. Although it seems to be correct, I cannot show $a_{n}>\mathrm{e}^{x}$ for all large $n$. I would be glad if you can help in this direction.
Rewrite $$ a_n = \exp\left( \sum_{j=\lfloor n/e\rfloor}^n \ln\left(1+\frac{x}{j}\right) \right)\tag{1} $$ Since $x$ is fixed, we have $\lim_{n\to \infty}\frac{x}{j} = 0$ for every $\left\lfloor \frac{n}{e}\right\rfloor\leq j\leq n$, and thus can write $$ \ln\left(1+\frac{x}{j}\right) = \frac{x}{j} + O\left(\frac{1}{j^2}\right) $$ using the Taylor expansion of $\log(1+u)$ when $u\to0$. We get $$ \sum_{j=\lfloor n/e\rfloor}^n \ln\left(1+\frac{x}{j}\right) = x\sum_{j=\lfloor n/e\rfloor}^n \frac{1}{j} + \sum_{j=\lfloor n/e\rfloor}^n O\left(\frac{1}{j^2}\right) = x\left( \log n - \log \left\lfloor \frac{n}{e}\right\rfloor+o(1)\right) + o(1) \tag{2} $$ the last equality using the asymptotic expansion of the Harmonic series twice: $$ H_n = \log n + \gamma + o(1) $$ as well as the fact that the serie $\sum_j \frac{1}{j^2}$ converges, implying that the "Cauchy slice" $\sum_{j=\lfloor n/e\rfloor}^n \frac{1}{j^2}$ converges to $0$ as $n\to\infty$.
From (2), it is not hard, e.g. by the Squeeze theorem to handle the floor, to show that $$ \sum_{j=\lfloor n/e\rfloor}^n \ln\left(1+\frac{x}{j}\right) = x\sum_{j=\lfloor n/e\rfloor}^n \frac{1}{j} + \sum_{j=\lfloor n/e\rfloor}^n O\left(\frac{1}{j^2}\right) = x \log e + o(1) = x + o(1) \tag{3} $$ so that, plugging this in (1), we finally obtain $$ a_n = e^{x + o(1)} \xrightarrow[n\to\infty]{} e^x\,.\tag{4} $$