Solving recurrent sequences.

28 Views Asked by At

I have recently learned that recurrence relations can be solved can be solved using generating functions. I wonder what sequences can actually be solved using this method with examples (excluding trivial cases such as $x_n = Ax_{n-1} + Bx_{n-2}$) and what other methods exist for more complex cases.