Names for sequences of specific length

147 Views Asked by At

Do sequences of specific lengths have names, like tuples have [1]?

Edit (added): Background: Although "a tuple is a sequence" [2,3], Tuple names typically end with "-uple", which may not be intuitive to read if the surrounding text only refers to sequences and not tuples. Especially if the reader is not familiar with the concept of tuples. Hence, using tuple names for sequences may not be optimal for readibility.

[1] https://en.wikipedia.org/wiki/Tuple#Names_for_tuples_of_specific_lengths
[2] https://en.wikipedia.org/wiki/Tuple
[3] https://en.wikipedia.org/wiki/Sequence