Skip to content

What is the difference between a sequence and a series

A sequence is an ordered list of terms; a series is the sum of the terms of a sequence. Thus a sequence lists numbers, while a series produces a single value (or diverges) by adding them together.

Calculus · Series


Sequence vs. Series

A sequence is a function whose domain is the natural numbers, assigning a single term to each index. It is written (a1a_1, a2a_2, a3a_3,\dots) or \{ana_n\}_{n=1}^{\infty}. For example, the sequence defined by ana_n = 2n+1 yields 3,5,7,9,\dots. The focus is on the individual terms and their behavior as n grows. One often studies whether the terms approach a limit; if \lim_{n\to\infty} ana_n = L, the sequence converges to L. If no such limit exists, the sequence diverges. Sequences can be arithmetic, geometric, or defined recursively, each with its own formula for the nth term. Understanding a sequence’s pattern is the first step before forming a series from it. In calculus, sequences provide the foundation for limits, continuity, and series expansions.

Series as a Sum of a Sequence

A series takes a sequence \{ana_n\} and adds its terms together, forming the expression \sum_{n=1}^{\infty} ana_n. The sum is not computed directly; instead one examines the sequence of partial sums SNS_N = \sum_{n=1}^{N} ana_n. If the partial sums approach a finite limit S as N\to\infty, the series converges to S; otherwise it diverges. For instance, the geometric series with ana_n = 12n\frac{1}{2^{n}} has partial sums SNS_N = 1 - 12N\frac{1}{2^{N}} and converges to 1. Series are central to power series, Fourier series, and Taylor expansions, where each term contributes to an approximation of a function. Because a series collapses many terms into a single value, its convergence properties are more delicate than those of the underlying sequence.

Key differences between a sequence and a series:

  • A sequence lists individual terms; a series adds them together
  • Sequences are indexed by n; series are expressed with the sigma notation
  • Convergence of a sequence looks at \lim_{n\to\infty} ana_n; convergence of a series looks at \lim_{N\to\infty} SNS_N
  • A divergent sequence can still generate a convergent series if terms decrease fast enough

Testing convergence of a series:

  1. 1Write the series in sigma notation and identify ana_n
  2. 2Form the partial sum SNS_N = \sum_{n=1}^{N} ana_n
  3. 3Take the limit \lim_{N\to\infty} SNS_N; if it exists and is finite, the series converges
  4. 4If the limit does not exist or is infinite, the series diverges

Comparison of properties:

SequenceSeries
Defined by ana_nDefined by partial sums SNS_N
Focus on individual termsFocus on accumulated sum
Convergence: \lim_{n\to\infty} ana_nConvergence: \lim_{N\to\infty} SNS_N
Example: ana_n = 2n+1Example: \sum_{n=1}^{\infty} 2n+1

Example: consider the sequence ana_n = 2n+1. The first five terms are 3, 5, 7, 9, 11. The corresponding series \sum_{n=1}^{5} ana_n adds these numbers: 3+5+7+9+11 = 35. The partial sum formula for this arithmetic sequence is SNS_N = N2\frac{N}{2}(a1a_1 + aNa_N). Plugging N=5, a1a_1=3, a5a_5=11 gives S5S_5 = 52\frac{5}{2}(3+11)=52\frac{5}{2}\times14=35, confirming the direct addition. If we let N\to\infty, the sum grows without bound, so the infinite series diverges.

Check yourself

What must you examine to determine whether a series converges?

Get this as a lesson built for you

Describe what you are studying and Lernex writes the lesson and the questions around it. Free, and it takes about a minute.

Try it

No account needed to try it.

What people ask next