(en.wikipedia.org) Recurrence relation - Wikipedia

ROAM_REFS: https://en.wikipedia.org/wiki/Recurrence_relation

In mathematics, a recurrence relation is an equation according to which the \(n\)th term of a sequence of numbers is equal to some combination of the previous terms. Often, only \(k\) previous terms of the sequence appear in the equation, for a parameter \(k\) that is independent of \(n\); this number \(k\) is called the order of the relation. If the values of the first \(k\) numbers in the sequence have been given, the rest of the sequence can be calculated by repeatedly applying the equation.

In linear recurrences, the nth term is equated to a linear function of the \(k\) previous terms. A famous example is the recurrence for the Fibonacci numbers, \[F_{n} = F_{n - 1} + F_{n - 2}\] where the order \(k\) is two and the linear function merely adds the two previous terms. This example is a linear recurrence with constant coefficients, because the coefficients of the linear function (1 and 1) are constants that do not depend on \(n.\) For these recurrences, one can express the general term of the sequence as a closed-form expression of \(n\). As well, linear recurrences with polynomial coefficients depending on \(n\) are also important, because many common elementary functions and special functions have a Taylor series whose coefficients satisfy such a recurrence relation (see holonomic function).

Solving a recurrence relation means obtaining a closed-form solution: a non-recursive function of \(n\).

The concept of a recurrence relation can be extended to multidimensional arrays, that is, indexed families that are indexed by tuples of natural numbers.

Local Graph

org-roam c6973707-ad31-498a-bab4-4ae437c12620 (en.wikipedia.org) Recurrence relatio... //en.wikipedia.org/wiki/Mathematics https://en.wikipedia.org/wiki/Mathematics c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Mathematics //en.wikipedia.org/wiki/Equation https://en.wikipedia.org/wiki/Equation c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Equation //en.wikipedia.org/wiki/Sequence https://en.wikipedia.org/wiki/Sequence c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Sequence //en.wikipedia.org/wiki/Linear_function https://en.wikipedia.org/wiki/Linear_function c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Linear_function //en.wikipedia.org/wiki/Fibonacci_number https://en.wikipedia.org/wiki/Fibonacci_number c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Fibonacci_number //en.wikipedia.org/wiki/Linear_recurrence_with_constant_coefficients https://en.wikipedia.org/wiki/Linear_recurrence_with_constant_coefficients c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Linear_recurrence_with_constant_coefficients //en.wikipedia.org/wiki/Closed-form_expression https://en.wikipedia.org/wiki/Closed-form_expression c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Closed-form_expression //en.wikipedia.org/wiki/P-recursive_equation https://en.wikipedia.org/wiki/P-recursive_equation c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/P-recursive_equation //en.wikipedia.org/wiki/Elementary_functions https://en.wikipedia.org/wiki/Elementary_functions c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Elementary_functions //en.wikipedia.org/wiki/Special_functions https://en.wikipedia.org/wiki/Special_functions c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Special_functions //en.wikipedia.org/wiki/Taylor_series https://en.wikipedia.org/wiki/Taylor_series c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Taylor_series //en.wikipedia.org/wiki/Holonomic_function https://en.wikipedia.org/wiki/Holonomic_function c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Holonomic_function //en.wikipedia.org/wiki/Closed-form_solution https://en.wikipedia.org/wiki/Closed-form_solution c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Closed-form_solution //en.wikipedia.org/wiki/Multidimensional_array https://en.wikipedia.org/wiki/Multidimensional_array c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Multidimensional_array //en.wikipedia.org/wiki/Indexed_families https://en.wikipedia.org/wiki/Indexed_families c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Indexed_families //en.wikipedia.org/wiki/Tuple https://en.wikipedia.org/wiki/Tuple c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Tuple //en.wikipedia.org/wiki/Natural_number https://en.wikipedia.org/wiki/Natural_number c6973707-ad31-498a-bab4-4ae437c12620->//en.wikipedia.org/wiki/Natural_number