Lagrange proved that all positive integers can be expressed as the sum of four squares. For example, 27 = 16 + 9 + 1 + 1. However, it can also be expressed as the sum of three squares (9 + 9 + 9). In contrast, while 47 = 36 + 9 + 1 + 1, it cannot be expressed as a sum of fewer than four squares.
Write a function that produces the nth member of the sequence of numbers that cannot be expressed as the sum of fewer than four non-zero squares.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers6
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3728 Solvers
-
Back to basics 21 - Matrix replicating
1821 Solvers
-
Removing rows from a matrix is easy - but what about inserting rows?
277 Solvers
-
446 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1283 Solvers
More from this Author328
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!