Manipulate Data > Generate Patterned Data > Arbitrary Data Sequence

This utility generates a arbitrary data sequence in a column. The sequence consists of repetitions of values and repetitions of the whole sequence itself. Values in the sequence can be numbers or text values. To use this utility, you will specify the column for storing the sequence, a data sequence, the number of times a value is repeated, and the number of times the whole sequence of values is repeated.

Example

Given the inputs (Data sequence: "this is" 1 2 a b, Number of times to list each number: 2, Number of times to list each sequence: 2) produces the following sequence:
this is
this is
1
1
2
2
a
a
b
b
this is
this is
1
1
2
2
a
a
b
b