Library/Algebra/Sequences

Sequences

Practice
Overview
Important

A sequence is a function whose domain is the set of positive integers (or sometimes non-negative integers), and whose values are numbers. The nnth term of a sequence is usually written as ana_n, where nn is the position in the sequence.

Important properties

  • A sequence can be finite or infinite.

  • The general term ana_n can often be given by a formula or a rule.

  • Sequences can be defined explicitly (by a formula for ana_n) or recursively (each term depends on previous terms).

  • The order of terms is important: (2,4,6)(2, 4, 6) is different from (4,2,6)(4, 2, 6).