Sequences A sequence is a list of numbers in a specified order. The different numbers occurring in a sequence are called the terms of the sequence. Let the terms of a sequence be a 1 , a 2 , a 3 , …, a n , …, etc. The subscripts indicate the position of the term. That means, First term = a 1 Second term = a 2 Third term = a 3 …. The nth term is the number at the nth position of the sequence and is denoted by a n . This term is also called the general term of the sequence. Sequences Rules All the terms of a sequence possess a certain rule upon which the successive terms are defined. In the above examples, the sequence 3, 9, 27, 81…,59049 indicates the rule as the powers of 3. Here, each succeeding number will be obtained by multiplying the previous term with 3. Similarly, the set of even numbers also contains a rule that each successive term is obtained by adding 2 to the previous term. Based on these rules, we can define the general term of the sequences. This can be done as give...