$$\displaystyle \lim_{n\rightarrow \infty} \sum_{r=0}^{\infty} \frac{^n\text{C}_{r}}{n^r(r+4)}$$
The answer is $6-2e$ according to WolframAlpha: Link
I first thought it was the expansion of $(1+\frac{1}{n})^n$, but that r+4 in the denominator is causing problems
Method 1. Notice that for each fixed $k \geq 0$, we have
$$ \frac{\binom{n}{k}}{n^k (k+4)} = \frac{n(n-1)\cdots(n-k+1)}{n^k k! (k+4)} = \frac{1}{k! (k+4)} \prod_{j=1}^{k} \left( 1 - \frac{j-1}{n} \right). $$
Now this increases in $n$ and converges to $\frac{1}{k!(k+4)}$ as $n \to \infty$. So by the monotone convergence theorem,
$$ \lim_{n\to\infty} \sum_{k=0}^{\infty} \frac{\binom{n}{k}}{n^k (k+4)} = \sum_{k=0}^{\infty} \lim_{n\to\infty} \frac{\binom{n}{k}}{n^k (k+4)} = \sum_{k=0}^{\infty} \frac{1}{k!(k+4)}. $$
The last sum can be computed by writing
$$\sum_{k=0}^{\infty} \frac{1}{k!(k+4)} = \int_{0}^{1} x^3 e^x \, dx = \left[ (x^3 - 3x^2 + 6x - 6) e^x \right]_{0}^{1} = 6 - 2e. $$
Method 2. As in other answers, you find that
$$ \sum_{k=0}^{\infty} \frac{\binom{n}{k}}{n^k (k+4)} = n^4 \int_{0}^{\frac{1}{n}} t^3 (1 + t)^n \, dt \stackrel{nt = u}{=} \int_{0}^{1} u^3 \left(1 + \frac{u}{n} \right)^n \, du. $$
Taking $n\to\infty$, it follows that $\left(1 + \frac{u}{n} \right)^n \to e^u$ and hence by the dominated convergence theorem (or by the monotone convergence theorem, upon proving that the integrands increase in $n$),
$$ \lim_{n\to\infty} \sum_{k=0}^{\infty} \frac{\binom{n}{k}}{n^k (k+4)} = \int_{0}^{1} u^3 e^u \, du = 6 - 2e. $$
Alternatively, we can utilize the fact that the integrands converge uniformly, which can be proved either by brutal force or by Dini's theorem.