Constant-recursive sequence
ID: constant-recursive-sequence
A constant-recursive sequence is a type of sequence defined by a recurrence relation that is constant in nature, meaning that each term is generated based on a fixed number of previous terms and/or constant values. In other words, the sequence is defined using a recurrence that repeatedly applies the same operation without changing its parameters over time.
New to topics? Read the docs here!