I have a recursive formula for c[n] where c[n] = (a c[n-2] + b c[n-6])/(n (n - 1)) and a + b are constants I was doing this for a physics problem and I don't know if it can be done at all, but if it can I would like find a closed form expression for c[n]. Any ideas? Rich