Early Friday Puzzler -- square sums
Alex Y
I'm going to be out of pocket tomorrpw, so here's an early one.
List the numbers one through 17 such that each pair of adjacent numbers adds to a perfect square. e.g., 3,1,8 could appear in the list, since 3+1 = 4 = 2^2 and 1+8 = 9 = 3^2. (The list has 16 pairs -- it does not "wrap around", so the first and last do not need to add to a perfect square.)