login
Integers which land on a free spot on the plane, according to the compass method described below.
1

%I #15 Jun 09 2016 13:15:28

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

%T 28,29,30,33,34,35,36,37,39,40,44,45,46,47,48,55,56,57,58,59,60,66,67,

%U 68,69,70,77,78,79,80,88,89,90,99,100,101,102,103,104,107,108,109,111,112

%N Integers which land on a free spot on the plane, according to the compass method described below.

%C Terms computed by Jean-Marc Falcoz.

%H Eric Angelini and Jean-Marc Falcoz <a href="http://www.cetteadressecomportecinquantesignes.com/Falcoz6.htm">Voyages de nombres</a>.

%H Eric Angelini and Jean-Marc Falcoz, <a href="/A138234/a138234.pdf">Voyages de nombres</a> [Cached, with permission]

%H Eric Angelini and Jean-Marc Falcoz, <a href="http://www.cetteadressecomportecinquantesignes.com/ClockDots.gif">Illustration</a>

%H Eric Angelini and Jean-Marc Falcoz, <a href="/A138234/a138234.gif">Illustration</a> [Cached, with permission]

%e ..........................................

%e ..................0.......................

%e ...........9......*......1................

%e ............*...........*.................

%e ..........................................

%e .......8.*.................*.2............

%e ..................X.......................

%e ..........................................

%e .......7.*.................*.3............

%e ..........................................

%e ............*...........*.................

%e ...........6......*......4................

%e ..................5.......................

%e ..........................................

%e Put an integer at the center of the compass (say, integer 5083) and move it by one step-unit successively in the direction given by its digit [in our example with 5083, we start at the center of the compass, then move one step-unit towards South (direction 5), then one step-unit towards North (direction 0), then one step-unit towards "8", then one step-unit towards "3": the integer 5083 would land precisely at the center of the compass]. Start to draw the landing point of each integer, one by one (see Illustration in the links for an animation); whenever an integer is about to land on an already occupied spot, the said integer is discarded from the sequence. [In our example, 5083 will be discarded because the center spot is occupied already by the number 16. So 16 is in the sequence but not 5083, nor 27, 38, 49, 50, etc.]

%K base,easy,nonn

%O 0,3

%A Jean-Marc Falcoz and _Eric Angelini_, May 05 2008

%E Edited by _Charles R Greathouse IV_, Oct 28 2009