my question is as follows:
Find a polynomial function $f(n)$ such that $f(1),f(2),…,f(8)$ is exactly the following squence: 1,1,2,4,7,11,16,22.
(Hint: how does the sum $\sum_{n=2}^{i=0}i$ come into this?)
I know that the sequence increases by adding an integer that increases by 1 each time, but I have no idea how to express this in a function. I'm also not quite sure what the hint means either? How do I approach/solve this?