sequenceors
Sequenceors are a theoretical class of mathematical objects conceived to act on sequences, producing new sequences. Formally, a sequenceor is a map that assigns to each input sequence x = (x_n) from a given set S another sequence y = (y_n) in S, possibly of a different length or type. Sequenceors may be deterministic or stochastic, and may possess additional structure such as linearity, time-invariance, or locality. In the linear case, a sequenceor can be represented by a family of linear functionals or by a convolution with a fixed kernel, acting on sequence spaces such as l^p or c0.
Common examples include the prefix-sum sequenceor y_n = sum_{i≤n} x_i; the finite-difference sequenceor y_n = x_n - x_{n-1}; and
Operationally, sequenceors can be implemented by recurrence relations, by convolution with kernels, or by stateful machines
Related concepts include operators on sequence spaces, linear operators, and convolution. The term sequenceor is primarily