Generating Sequence Terms using Rules

Updated July 2026

A sequence is a list of terms governed by a specific mathematical rule. For the ESAT, you must be able to generate these terms using either term-to-term or position-to-term rules. This includes calculating specific terms from an nnth term formula and determining the position of a given value.

Core concept

A sequence is a set of numbers following a rule. A term-to-term rule defines a term based on the one before it, while a position-to-term rule calculates a term directly from its position nn.

What is a Sequence?

A sequence is defined as a list of terms accompanied by a rule for generating them. In Mathematics 1 for the ESAT, you will encounter two primary types of rules: term-to-term rules and position-to-term rules. Understanding the difference between these is vital for correctly identifying and generating the elements of a progression.

Term-to-term Rules

A term-to-term rule indicates how to move from one term in the sequence to the next term. These rules require a starting point, usually the first term, to begin the generation process.

For example, a sequence might be described by its first term and its rule. If the first term is 33 and the term-to-term rule is +4+4, the terms are 3,7,11,15,19,3, 7, 11, 15, 19, \dots because you add 44 each time to find the subsequent value.

Mathematical Notation for Term-to-term Rules

Term-to-term rules are often expressed using specific notation. We use t1t_1 to represent the first term and tnt_n to represent the nnth term. Consequently, tn+1t_{n+1} represents the term immediately following tnt_n.

Consider the rule: t1=7t_1 = 7 and tn+1=tn2t_{n+1} = t_n - 2. This tells us to start at 77 and subtract 22 to find each following term, resulting in the sequence 7,5,3,1,1,7, 5, 3, 1, -1, \dots.

Generating Sequences Using Term-to-term Rules

To generate multiple terms, apply the rule recursively. Suppose you are asked to find the next 44 terms in this sequence: t1=3t_1 = 3 and tn+1=2tn1t_{n+1} = 2t_n - 1.

  1. The first term is given: t1=3t_1 = 3.
  2. The second term: t2=(2×3)1=5t_2 = (2 \times 3) - 1 = 5.
  3. The third term: t3=(2×5)1=9t_3 = (2 \times 5) - 1 = 9.
  4. The fourth term: t4=(2×9)1=17t_4 = (2 \times 9) - 1 = 17.
  5. The fifth term: t5=(2×17)1=33t_5 = (2 \times 17) - 1 = 33.

Position-to-term Rules

A position-to-term rule, or nnth term rule, describes the relationship between the position of a term in the sequence and the value of the term itself. This allows you to find any specific term, such as the 2020th term, without having to calculate all the terms that come before it.

For example, consider the rule 2n12n - 1:

  • The 33rd term is 55 because (2×3)1=5(2 \times 3) - 1 = 5.
  • The 88th term is 1515 because (2×8)1=15(2 \times 8) - 1 = 15.

Deciding Whether a Number is in a Particular Sequence

You may be asked to determine if a specific number belongs to a given sequence. For arithmetic sequences, you can use the first term and the common difference to test membership.

Example: Is 272272 in the sequence 2,6,10,14,2, 6, 10, 14, \dots?

  1. Identify the first term, which is 22, and the term-to-term rule, which is +4+4.
  2. If a term belongs to this sequence, subtracting the first term must result in a multiple of the common difference.
  3. Test the value: 2722=270272 - 2 = 270.
  4. Check divisibility: 270270 is not a multiple of 44 because 270÷4=67.5270 \div 4 = 67.5.

Conclusion: 272272 is not a term in this sequence.

Finding Terms from the nnth Term Rule

When given a position-to-term rule, you can find any term by substituting the position number nn into the formula.

Example: Find the 44th and 1010th terms for the sequence whose nnth term rule is 2n+32n + 3.

  • To find the 44th term, let n=4n = 4: (2×4)+3=11(2 \times 4) + 3 = 11.
  • To find the 1010th term, let n=10n = 10: (2×10)+3=23(2 \times 10) + 3 = 23.

Finding the Position of a Particular Term

If you know a value is in a sequence, you can determine its position by setting the nnth term rule equal to that value and solving for nn.

Example: In the sequence defined by n2+2nn^2 + 2n, which term has the value 3535?

  1. Create an equation: n2+2n=35n^2 + 2n = 35.
  2. Rearrange to solve: n2+2n35=0n^2 + 2n - 35 = 0.
  3. Factorise: (n+7)(n5)=0(n + 7)(n - 5) = 0.
  4. Possible values for nn are 7-7 or 55.
  5. Since the position nn must be a positive integer, we conclude n=5n = 5.

Therefore, 3535 is the 55th term of the sequence.

Key takeaways

  • A term-to-term rule uses the current term to find the next one, whereas a position-to-term rule uses the index nn to find a term directly.
  • The position index nn must always be a positive integer (1,2,3,1, 2, 3, \dots).
  • To find the position of a specific value, set the nnth term rule equal to the value and solve for nn.
  • A value is not part of a sequence if its calculated position nn is not a whole number.
Tips

Always check your final value for nn to ensure it is a positive integer. In the ESAT, if you solve a quadratic and get one positive and one negative result, the negative one is irrelevant because sequences do not have negative positions.

Cautions

Do not confuse the term value tnt_n with its position nn. The position is the 'address' of the number in the list, while the term value is the actual number stored at that address.

Insight

Term-to-term rules are examples of recurrence relations. While they are simple to use for the next few terms, converting them into position-to-term rules (closed-form expressions) is a key skill in higher-level mathematics used to model population growth or financial interest.

Frequently asked questions

What does tn+1t_{n+1} represent in a term-to-term rule?

It represents the next term in the sequence after the current term tnt_n. For example, if n=5n = 5, then tn+1t_{n+1} refers to the 66th term.

Can I find the 100th term of a sequence using a term-to-term rule?

Yes, but it is inefficient. You would have to calculate every term from t1t_1 up to t99t_{99} first. A position-to-term rule is much better for finding terms at high positions.

How do I check if a number like 50 is in a sequence with a quadratic rule?

Set the quadratic rule equal to 5050 and solve for nn. If you find a positive integer solution for nn, then 5050 is in the sequence.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.