Sequence

These are just ordered lists of elements. Essentially we talked about Countable Sets, so in the same vein we can have an order to the elements a1,a2,a3,....

Sequence

A sequence is a function f where the domain is just N.

For instance, consider the sequence of numbers {12,14,18,...}. What do we mean that the sequence is a function with domain N? Essentially 112,214, and so on. In general n12n.

Logically, having either a finite sequence or an infinite sequence, both are countable, which is the key here.

Notation

We write a sequence in any of the following notations:

  • (a1,a2,a3,...)
  • (an)n=1
  • (an)nN
  • (an)
From calculus ...

We may start with an index n starting from 0 or some other integer kZ.

Why do we care about sequences? They're important for describing infinite sums, known as Series, Convergence of A Series.

Examples of Sequences

i. (1,12,13,14,)
ii. (1+nn)n=1
iii. (an) where an=2n for each nN
iv. (xn) where x1=2 and xn+1=xn+12

\