Consider the function given by $$f_n(x) = \prod\limits_{k=2}^n \left( 1-\frac{x}{k} \right).$$ Then for all $x \in (0,2)$, we have that $$\lim_{n\to\infty}\; f_n(x) = \prod\limits_{k=2}^\infty \left( 1-\frac{x}{k} \right) =0. $$ This follows from the fact that if $q_k \in [0,1)$ for all $k$, then $\prod\limits_{k=1}^{\infty} (1-q_k) = 0$ if and only if $\sum\limits_{k=1}^\infty q_k$ diverges (See for example here and here).
I am interested in the derivatives of this function $f_n$. For instance, let $f_n^{(j)}$ denote the $j$-th derivative of $f_n$. Is it true that $\lim_{n\to\infty} f_n^{(j)}(x) = 0$ for all $x\in(0,2)$?
Considering the first derivative, we have that from the product rule: $$ f_n'(x) = \sum\limits_{k=2}^n \frac{-1}{k} \prod\limits_{i \neq k} \left(1-\frac{x}{i} \right)\tag1 \label 1 .$$ Now, we have that \begin{align}\prod\limits_{i \neq k} \left(1-\frac{x}{i} \right) &\leq \prod\limits_{i =2}^{n-1} \left(1-\frac{x}{i} \right)\\ &= \exp\left\{ \sum_{i=2}^{n-1} \log\left(1-\frac{x}{i} \right) \right\} \\ &\leq \exp\left\{ \sum_{i=2}^{n-1} -\frac{x}{i} \right\} \tag2 \\ &\leq \exp\left\{-x\log(n)+x \right\}\tag3\\ &= {\left(\frac{e}{n}\right)}^x.\end{align} Where (2) above follows from the fact that $\log(1-y)\leq -y$ for all $y<1$, and (3) follows from $\sum\limits_{i=2}^{n-1}\frac{1}{i} \geq \log(n)-1$. Now, by noticing all the terms in the sum in $\ref1$ are nonpositive, we have the following \begin{align*} f_n'(x) \geq {\left(\frac{e}{n}\right)}^x\sum\limits_{k=2}^n \frac{-1}{k} \geq -{\left(\frac{e}{n}\right)}^x \log(n) \end{align*} Finally, because $f_n'(x)\leq 0$ and $\lim_{n \to \infty} {\left(\frac{e}{n}\right)}^x \log(n) = 0$, we are able to conclude that $\lim \; f_n'(x) = 0$ for all $x \in (0,2)$.
Now, is there a way to show this for the $j$-th derivative $f_n^{(j)}$? I am unable to even currently show that the second derivative is zero (in my simulations it seems to approach zero, but at a rate slower than the first derivative). An idea that I have briefly considered using is considering the differentiation of the infinite product (see here and similarly here). However in my case my infinite product diverges to zero, so I am not sure how useful this will be. Also, I am interested in the higher order derivatives of this infinite product, not just the first derivative.
I appreciate any input on this problem!