2. SEQUENCE
AND
SERIES
A sequence is a set of numbers
arranged in a specific order
according to a rule, while a
series is the sum of the terms
in a sequence.
22. SEQUENCE ANDSERIES
HARMONIC
SEQUENCE
A harmonic sequence is
formed by taking the
reciprocals of the terms of an
arithmetic sequence. It is not
an arithmetic or geometric
sequence itself, but it has
applications in physics and
engineering.
27. SEQUENCE ANDSERIES
FIBONACCI
SEQUENCE
𝐹0 𝐹1 𝐹2 𝐹3 𝐹4 𝐹5 𝐹6 𝐹7
0 1 1 2 3 5 8 13
𝐹6 = 𝐹6−1 + 𝐹6−2
𝐹6 = 𝐹5 + 𝐹4
It means that the 6th term is the sum of the 5th and 4th
terms.