Q1)
A function f is defined on non-negative integers by
f(0)=0 and f(n)=f(n-1)+n^2 for n>0.
Give the best answer. f(n) = ...