The sequence a_n has the property that a_n = a_{n-1} + 2a_{n-2} for n >= 2. It is also true that a_0 = 4 and a_3 = 6. What is the value of a_5? Express your answer as a common fraction.
The sequence an has the property that an=an−1+2an−2 for n≥2. It is also true that a0=4 and a3=6. What is the value of a5? Express your answer as a common fraction.
For n = 3 and n = 2:
a3=a2+2a1a2=a1+2a0
substituting,
6=a2+2a1a2=a1+8
this is a simple system of equations.
we can find an for any n now by plugging an−1 and an−2 into the formula.
For example, a4=a3+2a2 (which we know already)