> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/table/sequence.md).

# SEQUENCE

SEQUENCE(`start value`, `interval`)

Creates a series of numeric values, skipping a given interval between each value.

### Arguments

| Argument      | Description                                                  |
| ------------- | ------------------------------------------------------------ |
| `start value` | Optional. Default is 1. Numeric value to begin series with.  |
| `interval`    | Optional. Default is 1. Interval to skip between each value. |

### Output

Series of numeric values that will match the size of the given table.

### Example

{% embed url="<https://datawrapper.dwcdn.net/r0Ukx/1>" %}
