SOLUTION: The sequence is defined recursively. Write the first four terms. {{{a[1]=2 a[2]=5 and a[n]=a[n-2] - 3a[n-1] for n >= 3}}} I really need some help

Algebra.Com
Question 46984: The sequence is defined recursively. Write the first four terms.

I really need some help with this problem please.

Answer by venugopalramana(3286)   (Show Source): You can put this solution on YOUR website!
The sequence is defined recursively. Write the first four terms.
a[1]=2 a[2]=5

and a[n]=a[n-2] - 3a[n-1] for n >= 3
PUT N=3
A3=A1-3A2=2-3*5=2-15=-13
PUT N=4
A4=A2-3A3=5-3*(-13)=5+39=44

I really need some help with this problem please.

RELATED QUESTIONS

The sequence is defined recursively. Write the first five terms. {{{a[1]=-3}}};... (answered by Edwin McCravy)
If a sequence is defined recursively by f(1)= -2 and f(n-1) = 3(n-1)-4, then find the... (answered by ikleyn)
The sequence is defined recursively. Write the first four terms.... (answered by Fombitz)
Suppose that a sequence is defined as follows. a[1] = -1 , a[n] = -3a[n-1]+6 for n... (answered by ewatrrr,solver91311)
a1=135 and an+1=1/3 (an)for n>or=2 The sequence is defined recursively. Write the first... (answered by aaaaaaaa)
Find the first 5 terms of the sequence defined by a(subscript)n = (-1)^n... (answered by fractalier)
If a sequence is defined recursively by f(0)=2 and f(n+1)=-2f(n)+3 for n>or=0 then f(2)... (answered by greenestamps)
A sequence {mn} is recursively defined as m1=2,... (answered by Edwin McCravy)
Can someone help me? A sequence {g n} is defined recursively as g 1=72, g n=-2/3*g n-1 , (answered by KMST)