Art of Problem Solving

Linear recurrence: Difference between revisions

Created page with 'A sequence <math>\{a_{0},a_{1},a_{2},\ldots\}</math> is said to obey a '''linear recurrence of order <math>k</math>''' if there exist constants <math>c_{0},c_{1},\ldots,c_{k-1}</…'
 
Ddk001 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
A sequence <math>\{a_{0},a_{1},a_{2},\ldots\}</math> is said to obey a '''linear recurrence of order <math>k</math>''' if there exist constants <math>c_{0},c_{1},\ldots,c_{k-1}</math> such that <cmath>a_{n+k} = \sum_{i=0}^{k-1}c_{i}a_{n+i}</cmath> for all <math>n \ge 0</math>.
A sequence <math>\{a_{0},a_{1},a_{2},\ldots\}</math> is said to obey a '''linear recurrence of order <math>k</math>''' if there exist constants <math>c_{0},c_{1},\ldots,c_{k-1}</math> such that <cmath>a_{n+k} = \sum_{i=0}^{k-1}c_{i}a_{n+i}</cmath> for all <math>n \ge 0</math>.
There is a systematic way of solving linear recurrences, found in the page [[Characteristic Equation]].


{{stub}}
{{stub}}


[[Category:Combinatorics]]
[[Category:Combinatorics]]

Latest revision as of 20:14, 28 May 2025

A sequence $\{a_{0},a_{1},a_{2},\ldots\}$ is said to obey a linear recurrence of order $k$ if there exist constants $c_{0},c_{1},\ldots,c_{k-1}$ such that \[a_{n+k} = \sum_{i=0}^{k-1}c_{i}a_{n+i}\] for all $n \ge 0$.

There is a systematic way of solving linear recurrences, found in the page Characteristic Equation.

This article is a stub. Help us out by expanding it.