I'm trying to solve a recurrence that looks like:
$$c_n x_n = x_{n-1} + \cdots + x_1$$
This looks simple, but the $c_n$ coefficient seems to make typical approaches to linear recurrences inapplicable. Is there a general approach that can be used for recurrences of this form?