Problem 44554. The maximum sum of squares

Create a function file with an input maxval to determine the maximum number of terms for the series 1^2 + 2^2 + 3^2 + ... such that the sum is <= maxval. The function should return the number of terms. The function should return 13 when maxval=1000.

Solution Stats

51.14% Correct | 48.86% Incorrect
Last Solution submitted on Oct 24, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers40

Suggested Problems

Problem Tags

sum

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!