I have been given the following recursive sequence: $$a_0=0,\quad\text{and}\quad a_k=k+a_k-1\ \text{for each integer $k\ge 1$}$$ and I need to give the explicit formula.
I have written out the sequence and can recognize the pattern but can't figure out how to write an explicit formula so any help would be appreciated.
Thanks in advance :)
Use the method of finite differences. I've worked out this example (Why does the method of undetermined coefficients always work?).
You just need to work out the recursive sequence for just the first let's say 5 consecutive numbers. And take the difference from them and go on untill you have a constant row.