I am trying to expand into a series (sorry, I'm not sure of proper terminology here but hopefully it is clear) the ratio of a polynomial in $x^2$ at two consecutive values:
$$\frac{a_0 (x+1)^n + a_2 (x+1)^{n-2} + a_3 (x+1)^{n-4} + ...}{a_0 x^n + a_2 x^{n-2} + a_3 x^{n-4} + ...}.$$
Fairly easily this can be expanded to
$$1+ \frac{n}{x} + \frac{n(n-1)}{2x^2} + ...$$
My question is: what do I do after that? I want to stay under the true value, and continuing with
$$\frac{n(n-1)(n-2)}{6}$$
goes over the true value often. Is there a way of finding the next coefficients, or do I have to stop at $x^{-2}$?