Move By 3, by 2 (or by 1, by 2)



Start with a 6-by-6 grid.
Put a 1 in the upper-left square.
On each move you move either up, down, left, or right.
And you move alternatingly by 3 positions, then by 2,
then by 3, then by 2, etc.
At each move you write in the square you land in a
number which is one higher than in the square you were
previously at.

So, the distance between each 2m and 2m+1 is 2 squares
(skip over one square).
And the distance between each 2m-1 and 2m is 3 squares
(skip over 2 squares).

And you can only land on a square that doesn't already have
a number written in it.
And you cannot move off the grid.

Is it possible to fill each square with an integer (1 through 36)?
By hand I have only gotten 34 squares filled.

And I have not tried this for other sized squares.
Which n are such that it is possible to fill all n^2 squares
of an n-by-n grid?

And what if we instead move 1, then 2, then 1, then 2,...
Which n's are such that an n-by-n grid can be completely filled?

thanks,
Leroy Quet

.



Relevant Pages

  • Re: SUDOKU solver for HP48
    ... if there are no forced choices, I will always pick the square with the ... void addgroup ... int i, j, k, tmp; ... * "unsetbox" is used to remove a number from the grid. ...
    (comp.sys.hp48)
  • [SUMMARY] Pen and Paper (#90)
    ... Make a list of all the possible moves from the current square ... When the quiz mentioned circular solutions, ... subdividing the grid and piecing together multiple smaller ... def self.circular_solutions ...
    (comp.lang.ruby)
  • Re: Dangerous Magic
    ... In game terms this is still one additional square in all ... Either you use a grid or you don't. ... Just tick off boxes until you reach 268. ...
    (rec.games.frp.dnd)
  • Movement on large scale battlefields
    ... For a large scale battle I want to use a grid with squares equalling ... increasing the scale from the default of 5 feet per square ...
    (rec.games.frp.dnd)
  • Enumeration:A Game Of Coprimality On A Grid
    ... In the top row of the grid and in the grid's left-most ... Only one integer is in each square, and a player can only ... that are coprime to the number of the ROW of the ...
    (rec.puzzles)

Quantcast