- 2,570
- 2
I'm trying to get an expression for the nth term in this series:
c_1 = 1
c_n = \sum_{k=1}^{n-1} \frac{c_n}{(n-k)!}
For example:
c_2 = 1/1! = 1
c_3 = 1/2! +1/1! = 3/2
c_4 = 1/3! + 1/2! + 3/(2\cdot 1!) = 13/6
etc.
Since the factor in front of each term is different in each series, you can't express c_n just in terms of c_{n-1}. I have no idea how to start.
c_1 = 1
c_n = \sum_{k=1}^{n-1} \frac{c_n}{(n-k)!}
For example:
c_2 = 1/1! = 1
c_3 = 1/2! +1/1! = 3/2
c_4 = 1/3! + 1/2! + 3/(2\cdot 1!) = 13/6
etc.
Since the factor in front of each term is different in each series, you can't express c_n just in terms of c_{n-1}. I have no idea how to start.