here's the problem I'm currently stuck on:
Prove that (for $k$ fixed):
$$\binom{N}{k}=\frac{N^{k}}{k!}+O(N^{k-1})$$
I know that:
$$\binom{N}{k}\le\frac{N^{k}}{k!}$$
But I'm not sure how to rigorously acquire that $O(N^{r-1})$ term. Any help? Question is exercise 4.4 of Sedgewick & Flagolet's "Analysis of Algorithms", 2nd Edition, if that helps.