
Justin W. answered 09/22/15
Tutor
5
(8)
Math, Science, Philosophy, and All Forms of Knowledge.
So, we have a relationship: an = 2 an-1 - an-2 . Plugging in n = 2, and then n = 3:
n = 2: a2 = 2*a1 - a0
n = 3: a3 = 2*a2 - a1
For a) a0 = 1, a1 = 0:
n = 2: a2 = 2*0 - 1 = -1
n = 3: a3 = 2* (-1) - 0 = -2
Try and solve the next two using this same procedure, but replace the values for a0 and a1.