Sequences
A sequence is a list of numbers . The notation is:
The numbers are called terms, where is the first term, the second term, and the -th term. A formula that describes how to directly calculate the -th term is called an explicit law. A formula that describes how to get from one element to the next in the sequence is called a recursive law.
- The brackets indicate that sequences are tuples, like coordinates , so the order of the numbers is essential: . In contrast, numbers in curly brackets are sets, where the order is not important. For example, .
- The indices of denote the position of the term in the sequence. is the first fist term, is the 9-th term. is the -th term and is the term that follows after the -th term.
-
Find the explicit and recursive laws for the sequences:
-
Determine the first 3 terms of the sequence
-
()
-
()
Solution
-
It is
- explicit: , recursive: ,
- explicit: , recursive: ,
- explicit: , recursive: ,
- explicit: , recursive: ,
-
It is