How do I solve the recurrence relation in terms of $f_0$? $$f_{n+k} = -\frac{f_n}{(n+a+k)(n+b+k)}$$ where $a$ and $k$ are fixed. No idea what to do in this case due to the fact that the difference is bigger than 1 in the $f_i$. Thanks.
Asked
Active
Viewed 212 times
1
-
Explain to us what you mean by solving the recurrence. You want to express $f_o$ on a system of equations (possibly nonlinear) in terms of infinite variables? – Elias Costa Nov 19 '12 at 18:34
2 Answers
1
It is immediate: put $n=0$.${}{}{}{}{}$
André Nicolas
- 507,029
-
-
Put $n=0$. We get $f_k=\frac{f(0)}{(k+a)(k+b)}$. If we prefer the subscript $n$, we get $f_n=\frac{f(0)}{(n+a)(n+b)}$. This is our general formula for $f_n$. Or is $k$ also fixed? – André Nicolas Nov 19 '12 at 21:40
-
-