Binomial theorem is a very popular theorem that: $$(x + y) ^ n = \sum_{i=0}^n {n \choose i}x^i y^{n-i}$$
I am looking for any papers (the newer the better) where I can find any informations about asymptotic approximation of the binomial theorem, especially for the case when I have $(1 + y)^n$. Here I found the approximation, that the asymptotic approximation of $(1+x)^k$ is $1 + kx + {k \choose 2}x^2 + {k \choose 3}x^3 + O(x^4)$. But maybe are any works where I can find more accurate approximation?
The asymptotic approximation you have is just binomial expansion up to the 4th term. What happens as $n \to \infty$ depends on $y$. If $y$ is a constant larger than $0$, the sum diverges, if $-1<y<0$ it converges to 0. If $y= \frac{a}{n}$, the limit is of course $e^a$. Hence, no single answer exists.