Recurrence Relations · Linear Recurrence Relations

Lesson 8

Nikolai Chukhin · Alexander S. Kulikov

Problem. Solve the recurrence relation \[F(0)=0,\quad F(1)=1,\quad F(n)=2F(n-1) - F(n-2) + 7.\]

5 points