sequence_array
Generates a sequence of values.
size
How many elements to generate.
start
Initial value of the sequence.
step
Increment to add to each subsequent element of the sequence.
sequence
The array containing the sequence.