pupeye11
- 99
- 0
Homework Statement
The sequence f_n is defined by f_0=f_1=2 and
f_n = (\frac{f_{n-1}+2f_{n-2}}{6}), when n\geq2.
Find a non-recursive formula for f_n
The Attempt at a Solution
Well I have solved for the closed formula of the generating function which I will call g(x) so
<br /> g(x) = \frac{12-10x}{6-x-2x^2}<br />
My question is, is this what they are looking for or do I need to continue and use partial fractions and linear algebra to get farther?