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
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
See also: