I have the function $f(x) = x^3 + 1$
and I want to calculate the following:
$f(x) = (\frac{a}{25})^3 + 1 $
Where "$a$" is 1,2,3,4,..,50.
1 through 50
Basically I'm adding up $f(1) + f(2) + f(3) + f(4),+..,f(50)$
I want to know if there a easier way of doing this instead of just adding each number on your calculator.