How can I convert sequence to the linear homogeneous recurrence relation with constant coefficients



____________________________________

> How can I convert sequence to the linear homogeneous recurrence relation with constant coefficients?

An example might help clarify what it is that you want to do.  

For solving linear recurrence equations, try  reading the user documentation for solve_rec (to do this enter  "solve_rec" from a
command prompt). To find a recurrence relation for a sequence defined non-recursively,  there are ways 
to do that, but likely no general scheme. 

--Barton