I am trying to prove that the ratio test is inconclusive for any series of the form $\sum \frac{p(n)}{q(n)}$ where both $p,q$ are polynomial functions.
So for the ratio test to be inconclusive the following needs to occur,
$lim |\frac {a_{n+1}}{a_n}| = 1 $
so then using $\sum \frac{p(n)}{q(n)}$ $lim \frac{p(n+1)}{q(n+1)}\frac{q(n)}{p(n)}.$
From here on I am not quite sure how to proceed, my thinking was for the limit of this function to be one the the highest powers in the numerator and denominator must be equal, and there coefficients must be equal also, as then the limit would go to 1. But I am not sure if that is correct logic, or if there is another part to the explanation.