I am stuck with computing n-th order difference equation:
$$ f(n) = \sum_{i=0}^{n-1} k(n-i)f(i) + B $$ where B is constant and k is a function dependent on $n$. Can I solve this equation explicitly or know some solution properties such as limiting behavior or boundness?
Thanks in advances.