I am trying to solve a nonlinear recursive relation that reads \begin{equation} \frac{1}{f(n+1)} = \frac{1}{f(n)+A} + B, \quad \text{for} \quad n=1,2,\ldots \end{equation} where $A$ and $B$ are two positive constants. Is it possible to solve these exactly and/or approximately (eg, for large $n$) and obtain a form for $f(n)$, assuming $f(1)$ is known?
Any input would be appreciated as I know very little about recursive equations.