Skip to content

Informally, a sequence is just a list of things. For example,

10,13,16,19,…

We tend to write the nth term using the notation un. So, we can write:

  • u1=10 is the 1st term

  • u2=13 is the 2nd term

  • u3=16 is the 3rd term

and so on.

There is a definite pattern in the sequence 10,13,16,19,… We are adding 3 each time. In fact, this sequence can be given by an explicit formula:

un=7+3n

We can check, for example, that

u3=7+3(3)=16

To be precise, we could say that a sequence is a function whose domain is the natural numbers, N.


A sequence is given by the formula

un=n2−n+2
  1. Find the first 4 terms in the sequence

  2. Where in the sequence does 44 appear?

  3. Prove that 258 does not appear in the sequence.