sequence_array

Generates a sequence of values.

Inputs

size

How many elements to generate.

start

Initial value of the sequence.

step

Increment to add to each subsequent element of the sequence.

Output

sequence

The array containing the sequence.