Is there any way to translate $\sum_n \frac{x^n}{a_n}$ into a generating function of type $A(x)$ or into any combination involving $A(x)$? This question comes from a treatment I'm giving to equation $$-\frac{A(x)-a_0}{x}+\frac{2}{1-x}=\sum_n\frac{x^n}{a_n}\qquad \qquad (1)$$in an attempt to find a simple generating function whose expansion might yield the sequence for the following non-linear recurrence equation:$$a_{n+1}=2-\frac{1}{a_n},$$given the initial value $a_0$.
Would there be any relation to harmonic series?
Would Cauchy's product rule help?
$$\begin{bmatrix}p_{n+1}\q_{n+1}\end{bmatrix} = \begin{bmatrix}2&-1\1&0\end{bmatrix}\begin{bmatrix}p_{n}\q_{n}\end{bmatrix}$$
– achille hui Jun 04 '14 at 17:00