The first five terns of the sequence are - 1,4,1,4,1
A sequence is an enumerated group of items in mathematics where repetitions are permitted and order is important. It has members, just like a set does. The length of the sequence is determined by the number of items.
an = 5 - a n-1
a1 = 1
a2 = 5 - (1) = 4
a3 = 5 - (4) = 1
a4 = 5 - (1) = 4
a5 = 5 - (4) = 1
To learn more about sequences from given link
https://brainly.com/question/7882626
#SPJ4