Is there any general method to solve for $r(n)$ with the recurrence relation $$\frac1{r(n)}=P(n)+r(n-1)$$ where $P(n)$ is a polynomial of $n$?
My current direction is to convert the problem into a differential equation problem, however traditional methods fail, e.g. ‘reverse engineering’ of solving Airy’s differential equation by recurrence relation.
If such general method does not exist, solutions for $r(n)$ when $P(n)=n, n^2,2n+1...$(simple polynomials) are also welcomed.
Any suggestions?
Thanks in advance.