Solve recurrence relation:
$h_n=(n+1)h_{n-1}, n \ge 1$, initial value $h_0=2$
Good evening, all. I find myself stuck on how to solve linear homogeneous recurrence relations with variable coefficients without essentially guessing at the answer. Could anyone please provide some pointers?
Hint: Here is a simpler, but similar recurrence relation:
$$h_n=n*h_{n-1}\quad\text{with}\quad h_0=1$$
You may recognize that as the definition of the factorial.