How can we obtain the recursion relation for the integral of the following rational function?
$$ \begin{align} \int \frac{dx}{(ax^2 +bx +c)^n} &= \frac{ 2ax+b }{ (n-1) (4ac-b^2) (ax^2 +bx +c)^{n-1} } \\ &+ \frac{ 2a (2n-3) }{ (n-1) (4ac-b^2) } \int \frac{dx}{(ax^2 +bx +c)^{n-1}} \end{align} $$
NB: This question is not similar to any previous question. In older questions they do not derive the recursion relation.
Thank you,