I have a polynomial $f(n)$ defined by $f(n) = n^2 * (n + 1)$ where $n \in W$ (whole number 0,1,2 ..)
I have to somehow manipulate its term to zero i.e.
$a * f(n) + b * f(n-1) + c * f(n-3) \cdots + i * f(n-k) = 0$
How to find $a, b, c \cdots i$ in above equation. $a,b,c \cdots i \in I$
Note : This relation is a part of other recurrence relation. So I am trying to remove the $n$ terms to make it the recurrence free of $n$