Increasing counterclockwise number of integers

hermes2014
Messages
2
Reaction score
0

Homework Statement


In the image below we start with the integer 1 marked in yellow. We will fill the rest of the table in counterclockwise manner with integers to infinity. What will be the sum of the numbers right above and below the number 2008?

attachment.php?attachmentid=67448&stc=1&d=1394398270.png


Homework Equations


-


The Attempt at a Solution


I think it has something to do with positive/ negative integers.
 

Attachments

  • Screen Shot 2014-03-09 at 20.16.47.png
    Screen Shot 2014-03-09 at 20.16.47.png
    2.7 KB · Views: 462
Physics news on Phys.org
This reminds me of a project Euler problem. The key is to find patterns in the numbers, locate where that number would be, and then do a little grunt work to find the numbers above and below it. For example, the most apparent pattern to me is what happens with the numbers to the SE of 1. Draw out a 11x11 (or bigger) grid and see what you can find.
 
scurty said:
This reminds me of a project Euler problem. The key is to find patterns in the numbers, locate where that number would be, and then do a little grunt work to find the numbers above and below it. For example, the most apparent pattern to me is what happens with the numbers to the SE of 1. Draw out a 11x11 (or bigger) grid and see what you can find.

That idea also came to my mind. There is some pattern here that I at least haven't observed yet. I've tried to map it out on a larger grid and still wasn't able to find anything.

Maybe one additional piece of information, this question was presented as part of a 45 min/ 30 question test to assess your abilities for a business game... To me it seems that there must be something obvious about this that I'm missing.
 
Here's a strategy that might work. First find out which arm of the 'spiral' 2008 will occur in. Then figure out roughly where in the spiral (at either end or somewhere in the middle?) of that arm it will occur. Finally try to work out the relationship between numbers in the middle of one of that sort of arm with the adjacent ones.

To get you started on the first part, notice that 2, 10, 26, ... always seem to occur at the extreme ends of the 'rightward' spiral. Can you see the pattern that governs these numbers? How long are these rightward spiral arms?
 
Answer the question for (2n+1)^2-k
k<n
then let n=22,k=17

If general k seems hard do k=1,2,..
until you see the pattern
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top