I am trying to work out an asymptotic expansion for the function $$f(x, n) = \left(1 + \frac{x}{n}\right)^n$$ in the following sense. For all $k \geq 1$, let $f_k(x)$ be the function recursively defined by $$f_k(x) = \lim_{n\to\infty} n^k \left(f(x, n) - \sum_{j = 0}^{k-1}\frac{f_j(x)}{n^j}\right)$$ where $f_0(x) = e^x$.
My plan of attack is write out $f(x, n)$ and rearrange terms to pull out factors of $\frac{1}{n^j}$. Hopefully the coefficients of these powers will be easily identifiable power series. Instead of remaking the wheel though, is this a well known expansion? Are there any suggestions for how to make this an easier task?
Thanks.
Okay, I have a couple of unpleasant ways to offer; someone else may be able to improve on them.