[Math] Higher order recurrence relation

recurrence-relations

I have the following non-homogenous recurrence relation and I'm trying to solve it using characteristics roots method :

$a_n = 10a_{n-1} -37a_{n-2} + 60a_{n-3} -36a_{n-4} +4$ for $n \ge4$ and $
a_3 = a_2 = a_1 = a_0 = 1$

I found the particular solution p =1 and I'm trying to solve the homogenous equation when $a_n = r^n$ but it will be an equation of the fourth order !!My question is whether this is the right path or there's any shortcut to solve this problem?

Best Answer

We have $$(a_n+1)-10(a_{n-1}+1)+37(a_{n-2}+1)-60(a_{n-3}+1)+36(a_{n-4}+1)=0$$

Set $a_n+1=b_n$ and use this