Numbers which are not the sum of distinct squares: Difference between revisions

m
(J)
m (→‎{{header|J}}: document)
Line 205:
end.
}}</syntaxhighlight>
 
In other words, find all integers up to the square of our limit, and remove from that sequence all corresponding sums of squares. Keep increasing the limit until we stop finding new values which are not sums of squares.
 
Result:
6,951

edits