What are the first 5 terms of the sequence?

enter image source here

1 Answer
Apr 15, 2018

0,1,1,0,-1

Explanation:

We're given the fact that a_n=a_(n-1)-a_(n-2)

A verbal interpretation tells us that if we know the first two terms of the sequence, we can use them to find the next term. From there, we can use the previous two terms to always find the next term.

So, knowing that a_1=0, a_2=1, then

a_3=a_(3-1)-a_(3-2)=a_2-a_1

a_3=1-0=1

a_4=a_3-a_2=1-1=0

a_5=a_4-a_3=0-1=-1

So, since we already know the first two terms, we've found the first five terms:

0,1,1,0,-1