sequence

A sequence is a collection of objects that have a specified order. Like a set, it contains members called elements, but unlike a set, repetition is allowed and order does matter.

Formally,
a sequence (Sn) is a function S:xSx, where the index x is from an interval of integers such that the ordering of SaSb is the same as ab.


The number of elements in a sequence is its length.
The position of an element in a sequence is the element's index or rank.
The nth element of a sequence S is denoted Sn.


See also:

Powered by Forestry.md