Let $n \in \mathbb{N}^{\ast}$. I want to determine the following limit :
$$ \lim \limits_{x \to +\infty} \sqrt[n]{(x+1)\ldots(x+n)} - x.$$
Let $x = \frac{1}{t}$ with $t \to 0$. It is equivalent to the following limit :
$$ \lim \limits_{t \to 0} \sqrt[n]{\displaystyle \frac{(t+1)\ldots(t+n)}{t^{n}}} - \frac{1}{t}. $$
$$ \begin{align*} \sqrt[n]{\displaystyle \frac{(t+1)\ldots(t+n)}{t^{n}}} - \frac{1}{t} &= {} \frac{1}{t} \sqrt[n]{(t+1)\ldots(t+n)} - \frac{1}{t} \\[2mm] &= \frac{1}{t} \sqrt[n]{ n! + u(t) } - \frac{1}{t} \\[2mm] \end{align*} $$
where $u(0)=0$ and $\displaystyle \lim \limits_{t \to 0} u(t) = 0$. Since $\displaystyle \sqrt[n]{1+t} = 1 + \frac{t}{n} + o(t)$ as $t \to 0$, $$\displaystyle \sqrt[n]{n! + u(t)} = \sqrt[n]{n!} \; \sqrt[n]{\displaystyle 1 + \frac{u(t)}{n!} } = \sqrt[n]{n!} \bigg( 1 + \frac{u'(0) t}{n(n!)} + o(t) \bigg).$$
I do not see how to go on from there !
$$ \lim \limits_{x \to +\infty} \sqrt[n]{(x+1)\ldots(x+n)} - x$$
$$=\lim_{t\to0}\frac{\sqrt[n]{(1+t)(1+2t)\cdots(1+nt)}-1}t$$
$$=\lim_{t\to0}\frac{(1+t)(1+2t)\cdots(1+nt)-1}t\frac1{\sum_{r=0}^{n-1}\lim_{t\to0}(\sqrt[n]{(1+t)(1+2t)\cdots(1+nt)})^r}$$
$$=\lim_{t\to0}\frac{(1+2+\cdots+n)t+O(t^2)}t\cdot\frac1{\sum_{r=0}^{n-1}1}$$