Problem 42653. Generate the sum of Squares of the given number
P(n) = 1^2 + 2^2 + ... + n^2
P(1) = 1
P(2) = 1 + 4 = 5;
P(3) = 5 + 9 = 14;
P(4) = 14 + 16 = 30;
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers102
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3377 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11964 Solvers
-
Replace multiples of 5 with NaN
449 Solvers
-
520 Solvers
-
Find out sum of all elements of given Matrix
510 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!