How can I prove that the result of the following limit is rational/irrational?$$ \lim_{n\to \infty}\left(\sum^{n}_{r=0} \frac{\binom{n}{r}}{n^{r}(r+3)}\right)$$
Would solving this limit satisfy? How would I solve this? So, if the result came out to be say $\pi$, can we conclude that it is irrational? Meaning, is it a complete proof?
$$\begin{equation} \begin{split} \lim_{n \to \infty} { \sum_{r=0}^n {\frac{\left( _r^n \right)}{n^r(r+3)}}} & = \lim_{n \to \infty} { \sum_{r=0}^n {\frac{n!}{r!(n-r)!n^r(r+3)}}} \\ & = \lim_{n \to \infty} { \sum_{r=0}^n {\left[ {\lim_{n \to \infty} \left( \frac{n!}{n^r(n-r)!}\right)} \left( \frac{1}{r!(r+3)} \right)\right]}} \\ & = \lim_{n \to \infty} { \sum_{r=0}^n {\frac{1}{r!(r+3)}}} \quad \quad \color{green} {\text{Note: } \lim_{n \to \infty} \left( \frac{n!}{n^r(n-r)!}\right) = 1} \\ & = \lim_{n \to \infty} { \sum_{r=0}^n {\frac{{x^{r+3}}}{r!(r+3)}}} \quad \quad \color{green}{\text{Note: For } x = 1} \\ & = \lim_{n \to \infty} { \sum_{r=0}^n { \int_0^1 {\frac{x^{r+2}}{r!}dx}}} \\ & = \int_0^1 x^2 \lim_{n \to \infty} \sum_{r=0}^n {\frac{x^r}{r!}} dx \\ & = \int_0^1 {x^2e^x \space dx} \\ & = \left[x^2e^x\right]_0^1 - 2 \int_0^1 {xe^x \space dx} \\ & = e - 2 [e-(e-1)] \\ & = e - 2 \end{split} \end{equation} $$
$\therefore \text{We can successfully conclude that} \displaystyle\lim_{n \to \infty} { \sum_{r=0}^n {\frac{\left( _r^n \right)}{n^r(r+3)}}} \text{ is irrational.} $