Sequences

Summary

A sequence {an} is an ordered list of numbers indexed by integers n . It converges if an approaches a finite limit as n . Series are built by summing sequence terms.

Prerequisites

Limits

Definition

A sequence is a function nan from N (or N{0} ) to R . We write {an}n=1 .

limnan=L

means: for every ε>0 there exists N such that n>N implies |anL|<ε .

Types (examples)

Worked Example

an=1/n0 (convergent).
bn=n (diverges).
cn=(1)n diverges by oscillation.

Common Mistakes

Connections

References

Sequences are introduced before series in OpenStax Calculus Volume 2.[1]


  1. OpenStax, Calculus Volume 2, Section 5.1, https://openstax.org/details/books/calculus-volume-2 ↩︎