1

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.

AC21
  • 220
  • 1
  • 8
  • 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 Answers2

1

It is immediate: put $n=0$.${}{}{}{}{}$

André Nicolas
  • 507,029
0

Let $n=ku$. Now the equation becomes: $$f_{k(u+1)}=\frac {-f_{ku}}{(ku+a+k)(ku+b+k)}$$

Amr
  • 20,030