Recurrence relation solving

38 Views Asked by At

Dear friends I want to learn how to solve the recurrence relation $f_{n,k}(x)=xf_{n-1,k}(x)-f_{n-2,k}(x)+2x^k (x-2)$, where $n$ and $k$ are positive integers and $n-k\ge5$.