askvity

How do you denote an infinite sequence?

Published in Sequences and Series 1 min read

An infinite sequence is typically denoted as a1, a2, ..., an, ... or {an}.

Here's a breakdown of what that means:

  • a1, a2, ..., an, ...: This explicitly lists the first few terms of the sequence, followed by an ellipsis (...) to indicate that the sequence continues indefinitely according to a pattern, culminating in the general term an, and the final ellipsis showing the sequence is infinite.

  • {an}: This is a more compact notation, representing the entire infinite sequence by its general term, an. It implies that 'n' takes on all positive integer values (n = 1, 2, 3, ...). In other words, the sequence is a function whose domain is the set of natural numbers (positive integers).

Examples:

  1. Sequence of even numbers: 2, 4, 6, 8, ... or {2n}
  2. Sequence of squares: 1, 4, 9, 16, ... or {n2}
  3. Sequence of reciprocals: 1, 1/2, 1/3, 1/4, ... or {1/n}

In each of these examples, an represents the nth term of the sequence. The "... " signifies that the sequence continues infinitely.

Related Articles