This online calculator is used to calculate the sum of consecutive squares.
When n = 3, it means 12 + 22 + 32 = 1 + 4 + 9 =14.
When n = 100, the result is 338350.
Sum of consecutive squares = ( ( n * ( n + 1 ) * ( 2n + 1 ) ) / 6)