Can we represent any linear recursion as A(alpha)^n + B(beta)^n?

71 Views Asked by At

I was trying to solve some linear recursion problems and wonder if this relation holds true for all linear recursions or is it just limited to a few ? I know the Fibonacci follows this rule.