Edited:
- updated sequence notation for use of parentheses instead of angle brackets to reduce ambiguity
- updated starting index of example sequence to be 1 (since final subscript is $n$)
I want to assign a sequence, say $(x_1, x_2, x_3,...,x_{n-2},x_{n-1},x_n)$, to a variable.
In set theory, sets are usually assigned to capital letters, like so: $$Let\ X := \{a,b,c\}.$$
What is standard notation for a variable to which a sequence is assigned?
Notation should account for finite, infinite and bi-infinite sequences.
- i.e. $(x_{1}, x_{2}, x_{3},...,x_{n-2},x_{n-1},x_{n})$
- i.e. $(x_{1}, x_{2}, x_{3},...)$
- i.e. $(x_{-1}, x_{-2}, x_{-3},...)$
- i.e. $(...,x_{-2},x_{-1},x_{0},x_{1},x_{2},...)$