Sum Square Solutions

Source

November 2022 Clayton McDaniel

Can you rearrange the numbers 1 to 15 (1-n) such that the sum of any adjacent number is a square number?

Start by writing all the numbers from 1 to 15 as a list.

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

Then I thought to find all the square numbers that were even possible with 15 numbers

14 + 15 = 29 so any square number that is below 29 is a possible choice.

4,9,16, or 25

After some thinking and fiddling around on paper, considering the connections between numbers, I noticed this...

Sum Square Puzzle Visual
Connect all sums of the power 9
Sum Square Puzzle Visual
Connect all sums of the power 25
Sum Square Puzzle Visual
Connect all sums of the power 16

I didn't notice the connection at first but my relatively wavey lines made me think of something flowing.

Do you see it? After noticing that only 2 numbers had single connections (8 and 9), I started tracing the lines and found the path!

The connections form the path that reveals the sequence. 9,7,2,14,11,5,4,12,13,3,6,10,15,1,8

Sum Square Puzzle Visual
Sum-Square Solution 15

I then extended this idea to the other known solutions 17,16,23,25

Sum Square Solution 16
Sum Square Solution 17
Sum Square Solution 23
Sum Square Solution 25

I struggled and failed to find a solution with 26 numbers even though there is one.

I did notice something else after I found the sequence.

There is an underlying pattern of squares.

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

9,7,2,14,11,5,4,12,13,3,6,10,15,1,8

(9 + 7 = 16) (7 + 2 = 9)...

16,9,16,25,16,9,16,25,16,9,16,25,16,9

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16

16,9,7,2,14,11,5,4,12,13,3,6,10,15,1,8

(16 + 9 = 25) (9 + 7 = 16)...

25,16,9,16,25,16,9,16,25,16,9,16,25,16,9

1,2,3,4,5,6,7,8,9,10,11,12,13,14,1516,17

16,9,7,2,14,11,5,4,12,13,3,6,10,15,1,8,17

(16 + 9 = 25) (9 + 7 = 16)...

25,16,9,16,25,16,9,16,25,16,9,16,25,16,9

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23

18,7,9,16,20,5,11,14,22,3,1,8,17,19,6,10,15,21,4,12,13,23,2

(18 + 7 = 36) (7 + 9 = 16)...

36,9,25,36,25,16,25,36,25,4,9,25,36,25,16,25,36,25,16,25,36,25

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25

18,7,9,16,20,5,4,21,15,10,6,19,17,8,1,3,22,14,11,25,24,12,13,23,2

(18 + 7 = 36) (7 + 9 = 16)...

36,16,25,36,25,9,25,36,25,16,25,36,25,9,4,25,36,25,36,49,36,25,36,25

Notes

Full Size Image