Uh, where does the list end. If we only go up to 9, then we can only possibly reach 45, never 144. So I'm guessing the ellipsis after the 9 meant something, but how far up do we go? I would think if we could go on forever, we could have an infinite number of ways to get 144. Find all pairs of numbers, {x,143+x} for x = 4n, for natural n. Then, (143+x) - (x) + (1) = 144. Now, what do we do with the numbers 2, 3, ..., x-1, x+1, x+2, ..., x + 142? Well, since x is any multiple of 4, the number of pairs of numbers between 1 and x will be odd, i.e. the numbers 2, 3, ..., x-1 will form a set that contains an odd number of pairs. The numbers from x+1 to x+142 also forms an odd number of pairs, 71 pairs to be exact. So, we have two sets of odd numbers of pairs. In total, we have an even number of pairs. So, we can make half the pairs each sum to +1, and the other half to -1, so in total they have zero effect, and we're left with 144. I.e., half the consecutive pairs of numbers, a, a+1, will be written like this:
... + (a) - (a+1) + ..., giving -1, and the other half will be ... - (a) + (a+1) + ..., which is 1. All this work, I have the feeling this isn't what the question is asking.