Sequence Formula

Sequence is an ordered list of numbers generated by a rule, where each number has a specific position (first, second, third,...).

The Formula

{an}n=1∞=a1,a2,a3,…ConvergesΒ ifΒ lim⁑nβ†’βˆžan=L\{a_n\}_{n=1}^{\infty} = a_1, a_2, a_3, \ldots \quad \text{Converges if } \lim_{n \to \infty} a_n = L

When to use: A pattern of numbers: first term, second term, third term, and so on.

Quick Example

1, 4, 9, 16, 25... (squares). 1, 1, 2, 3, 5, 8... (Fibonacci).

Notation

ana_n = nnth term

What This Formula Means

An ordered list of numbers generated by a rule, where each number has a specific position (first, second, third,...).

A pattern of numbers: first term, second term, third term, and so on.

Formal View

A sequence is a function a:Nβ†’Ra : \mathbb{N} \to \mathbb{R}, written (an)n=1∞(a_n)_{n=1}^{\infty}. The sequence converges to LL if βˆ€Ο΅>0,β€…β€ŠβˆƒN∈N:n>Nβ€…β€ŠβŸΉβ€…β€Šβˆ£anβˆ’L∣<Ο΅\forall \epsilon > 0,\; \exists N \in \mathbb{N} : n > N \implies |a_n - L| < \epsilon.

Worked Examples

Example 1

easy
Write the first five terms of the sequence an=nn+1a_n = \frac{n}{n+1} for n=1,2,3,…n = 1, 2, 3, \ldots

Answer

12,β€…β€Š23,β€…β€Š34,β€…β€Š45,β€…β€Š56\frac{1}{2},\; \frac{2}{3},\; \frac{3}{4},\; \frac{4}{5},\; \frac{5}{6}

First step

1
a1=12a_1 = \frac{1}{2}.

Full solution

  1. 2
    a2=23a_2 = \frac{2}{3}.
  2. 3
    a3=34a_3 = \frac{3}{4}.
  3. 4
    a4=45a_4 = \frac{4}{5}.
  4. 5
    a5=56a_5 = \frac{5}{6}.
Each term is found by substituting nn into the formula. The terms increase and approach 1, illustrating that this sequence converges to 1 as nβ†’βˆžn \to \infty.

Example 2

medium
Determine whether the sequence an=3n2+1n2+2a_n = \frac{3n^2 + 1}{n^2 + 2} converges or diverges. If it converges, find the limit.

Example 3

easy
Show step-by-step output for: n=2n=2; n=nβˆ—3n=n*3; n=n+1n=n+1; OUTPUT nn.

Common Mistakes

  • Treating a sequence as a sum β€” listing terms is a sequence; only adding them makes a series.
  • Ignoring order β€” a sequence is ordered, so 2,5,82,5,8 and 8,5,28,5,2 are different sequences.
  • Saying a sequence converges when its terms keep growing β€” convergence requires lim⁑nβ†’βˆžan\lim_{n\to\infty}a_n to be a finite value.

Why This Formula Matters

Sequences are the raw material for series, limits at infinity, and convergence β€” the language for anything that proceeds step by step. The single most important distinction students must hold is sequence (a list of terms) versus series (their sum); confusing the two derails every later convergence question. Recognizing it by "Am I listing terms by position (ana_n) rather than adding them up?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from series and function and set in a mixed problem set.

Frequently Asked Questions

What is the Sequence formula?

An ordered list of numbers generated by a rule, where each number has a specific position (first, second, third,...).

How do you use the Sequence formula?

A pattern of numbers: first term, second term, third term, and so on.

What do the symbols mean in the Sequence formula?

ana_n = nnth term

Why is the Sequence formula important in Math?

Sequences are the raw material for series, limits at infinity, and convergence β€” the language for anything that proceeds step by step. The single most important distinction students must hold is sequence (a list of terms) versus series (their sum); confusing the two derails every later convergence question. Recognizing it by "Am I listing terms by position (ana_n) rather than adding them up?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from series and function and set in a mixed problem set.

What do students get wrong about Sequence?

The procedure for sequence is the easy part; the trap is treating a sequence as a sum. Asking "Am I listing terms by position (ana_n) rather than adding them up?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Growing Patterns, Arithmetic and Geometric Sequences β†’