I have this homework question, but my teacher didn't explain how to do these kind of problems too well. So basically the question is, Use iteration to guess an explicit formula for the sequence, then simplify it, and use mathematical induction to prove it correct. I'm having issues finding an explicit formula, and then proving it. If someone could show me how to find a formula for this and then simplify as much as possible and then prove its truth with mathematical induction, I'd be ever so thankful.
$$y_k=y_{k-1}+k^2$$ $$y_1=1$$
for all integers k is greater than or equal to 2
First, compute a bunch of terms. A spreadsheet makes it easy. By analogy with integration you might guess that the formula is cubic in the index. Find a cubic that fits four terms. Then assume the cubic is correct up to $k$, compute $y_{k+1}$ from the cubic and show that it satisfies the iteration.