Name: Anonymous 2009-12-10 0:57
I know how to get the closed form of linear homogeneous recurrence relations such as
But I have no idea how to do this:
Can I get a clue on how to solve this one? Maybe a link to a similar relation getting solved?
a_0 = 1, a_1 = 1
a_n = a_{n-1} + a_{n-2}
But I have no idea how to do this:
a_0 = 1, a_1 = 10,
a_n = \frac{a_n - 1}{a^5_{n-2}}, n >= 2
Can I get a clue on how to solve this one? Maybe a link to a similar relation getting solved?