So I want to estimate the sum of first $\sqrt{n}$ coefficients of $\frac{1}{n!}x \prod_{i=1}^{n-1} (x+i)$. That is, letting $f=\frac{1}{n!}x \prod_{i=1}^{n-1} (x+i)=\sum_i a_i x^i$, I want to estimate $\sum_{i< \sqrt{n}} a_i$. More important, I think (after some mathematica computations) the sum goes to $1$ as $n\rightarrow \infty$.
Since $f(1)=1$, it suffices to show only the lower bound. That is, show that $\sum_{i< \sqrt{n}} a_i > 1-\frac{1}{n}$ for large enough $n$.
I think this makes sense, since $$a_i \sum\limits_{1\leq j_1 < \dots < j_{n-i} \leq n-1} j_1 \dots j_{n-i}.$$ If $i$ is large, it is only the sum of product of very few terms.
I have tried to lower bound $a_i$ by ${{n-1}\choose {i-1} }(i-1)!$, but the bound is too rough to have the result.