Manipulate Data > Generate Patterned Data > Simple Number Sequence

This utility generates a simple number sequence in a column. The sequence consists of repetitions of terms that are differed by a constant step size. To use this utility, you will specify the column for storing the sequence, the first and last value of the sequence, the step size, the number of times a value is repeated, and the number of times the whole sequence of values is repeated.

Example

Given the inputs (From first number: 1, To last number: 10, In steps of: 2, Number of times to list each number: 2, Number of times to list each sequence: 2) produces the following sequence: 1 1 3 3 5 5 7 7 9 9 1 1 3 3 5 5 7 7 9 9.