Evenly Spaced Sequences

To understand consecutive integers, first consider evenly spaced sequences. These are sequences of numbers whose values go up or down by the same amount (the increment) from one item in the sequence to the next. For instance, the sequence {4, 7, 10, 13, 16} is evenly spaced because each value increases by 3 over the previous value.

Consecutive multiples are special cases of evenly spaced sequences: all of the values in the sequence are multiples of the increment. For example, {12, 16, 20, 24} is a sequence of consecutive multiples because the values increase from one to the next by 4, and each element is a multiple of 4. Note that sequences of consecutive multiples must be composed of integers.

Consecutive integers are special cases of consecutive multiples: all of the values in the sequence increase by 1, and all integers are multiples of 1. For example, {12, 13, 14, 15, 16} is a sequence of consecutive integers because the values increase from one to the next by 1, and each element is an integer.

The relations among evenly spaced sequences, consecutive multiples, and consecutive integers are displayed in the following diagram.

Check Your Skills

  1. Which of the following are evenly spaced sequences?

    1. x, x − 4, x − 8, x − 12, x − 16
    2. 51, 52, 53, 54, 55
    3. y, 2y, 3y, 4y, 5y