Question 1026095
.
Write the sum using summation notation, assuming the suggested pattern continues.

25 + 36 + 49 + 64 + ... + n^2 + ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
25 + 36 + 49 + 64 + ... + n^2 = {{{ sum (k^2 , k=5, n ) }}}.


The sum which I wrote is finite.


It can not be infinite since the infinite series is divergent.
</pre>