Actually I want to find formula $a_n$ from equation: $a_{n+1} = 1 / (3-a_n),a_0=5/2$
I called A(x)=$\sum_{n=0} a_{n}x^n$
It is easy to find $$\sum_{n=0} a_{n+1}x^n = \frac{\sum_{n=0} a_{n}x^n - a_0}{x} = \frac{A(x) - 5/2}{x}$$
However, what should I do to find this in terms of A(x) $$\sum_{n=0} \frac{1}{3-a_n}x^n$$
Hint: try to find two sequences $(b_n)_{n=0}^{\infty}, (c_n)_{n=0}^{\infty}$ of integers such that $a_n = \frac {b_n} {c_n}$ for any $n$. So, for example, $b_0=5$ and $c_0=2$; $b_1=2$ and $c_1=1$ as $a_1=2$. $a_{n+1} = 1 / (3-a_n)$ is then transforms to $$\frac {b_{n+1}}{c_{n+1}} = \frac 1 {3 - \frac {b_n}{c_n}} = \frac {c_n}{3c_n-b_n}.$$ Thus, $b_{n+1}=c_n \iff b_n=c_{n-1}$ and $c_{n+1}=3c_n-b_n=3c_n-c_{n-1}$. From this point on, you can use a generating function to find $c_n$.