> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sequence

Create an equally spaced sequence of values.

### Inputs

| Name      | Type                                                     | Description                                  |
| --------- | -------------------------------------------------------- | -------------------------------------------- |
| Start     | [Scalar](../../../../block-documentation/types/scalar)   | The value of the first item in the sequence. |
| Increment | [Scalar](../../../../block-documentation/types/scalar)   | The distance between consecutive items.      |
| Count     | [Integer](../../../../block-documentation/types/integer) | The total number of items in the sequence.   |

### Outputs

| Type                                                        |
| ----------------------------------------------------------- |
| [Scalar List](../../../../block-documentation/types/scalar) |
