I just went through this problems in a book.
Let $f(n)$ be the sum of $n$ terms of an arithmetic progression. Show that
$f(n+3)- 3f(n+2)+3f(n+1)-f(n) = 0$.
Is there any other ways instead of write the specifically form of $f(n),f(n+1),...$ then compute?
Thank you!
Your expression is the third forward difference of $f$. It vanishes because $f$ is at most quadratic. In particular, a degree-$d$ polynomial's forward difference is of degree $d-1$ if $d\ge1$, or vanishing if $d=0$.