Lesson 3 Sequence
Lesson 3 Sequence
SPECIFIC OBJECTIVES
1. To define sequence and its types
2. To differentiate fibonacci sequence from other
types of sequence
3. To discover golden ratio ; and
4. To learn how to compute for the nth term in the
fibonacci sequence
• Sequence refers to an ordered list of numbers called Terms,
That may have repeated values. The arrangement of these
terms is set by a definite rule. (Mathematics In The Modern
World, 14th Edition, Aufmann, RN. et al.)
2 2 2 2 2
n= 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...
37
xn = 0 1 1 2 3 5 8 13 21 34 55 89 144 233 ...
7
So term number 6 is called x6 (which equals 8).
= X8 + x7
= 21 + 13
= 34