LinearRecurrence¶ Generates a linear recurrence sequence. $ wo 'LinearRecurrence[{1, 1}, {1, 1}, 10]' {1, 1, 2, 3, 5, 8, 13, 21, 34, 55}