Recall that Stirling's formula states that for any integers $k\ge 1$, we have $$ k!=(1+o(1))\sqrt{2\pi k}(\frac{k}{e})^k. $$
I try to show that for integers $n\ge 1, N\ge 1$ and $R>n$, we have $$ 2^n\sum_{N=1}^{[R]}\binom{N+n-1}{n-1}\le (\frac{CR}{n})^n $$ for some positive constant $C>0$ which is independent on $R$ or $n$.
I try to apply the Stirling's formula: $$ \sum_{N=1}^{[R]}\binom{N+n-1}{n-1}=\sum_{N=1}^{[R]}\frac{(1+o(1))}{(1+o(1))^2\sqrt{2\pi}}\frac{\sqrt{N+n-1}(N+n-1)^{N+n-1}}{\sqrt{N(n-1)}(n-1)^{n-1}N^N} $$
I am stuck here... How to upper this summation?