So I got this question
A sequence is given by $a_0=1, \ a_1= 11$ and $a_n = 8a_{n-1} - 15a_{n-2}$. We want a closed expression of $a_n$, and express the formal power series $A(x)= \sum_{n=0}^{\infty} a_nx^n$ as a quotient of two polynomials.
Calculating $a_n$ is easy, by solving the second degree equation and solving for the constans we get that $a_n = -3^{n+1} +4*5^n$. But how exactly can I get a power series expansion of two polynomials from this?
Thanks in advance!