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

Content added Content deleted
(Added Algol W)
Line 745: Line 745:
then all integers greater than 129 can be so expressed (see the link in
then all integers greater than 129 can be so expressed (see the link in
the Wren sample) so we need to check that 129-324 can be so expressed
the Wren sample) so we need to check that 129-324 can be so expressed
and endnd the numbers below 129 that can't be so expressed
and find the numbers below 129 that can't be so expressed
--]]
--]]
local maxNumber = 324
local maxNumber = 324