N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of...

63
N-space Snakes are special maximal length loops through an N-space cube. They’re full of intriguing symmetries, puzzles and surprises. They’re simple structures that baffle us with their complexities. Fascinating creatures. Let’s go find some Snakes.

Transcript of N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of...

Page 1: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

N-space Snakes are special maximal length loops through an N-space cube. They’re full of intriguing symmetries, puzzles and surprises. They’re simple structures that baffle us with their complexities.

Fascinating creatures.

Let’s go find some Snakes.

Page 2: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

In this session:

We’ll define what a Snake is,Search for 3,4, and 5-space snakes by hand,Identify snakes with binary names,Identify snakes by their column changes,Find the unique snakes up through 6-space,Look at a snake’s physique-l makeup, and

ask some questions that maybe you will answer.

Page 3: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

So,

what IS an N-space Snake?

Me.

Page 4: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

000

100010001

111

110101011

A “Snake” is a closed path (loop) through an N-space cube. But, the path must follow one special rule.You must understand that rule in order to create valid snakes.

The green lines form a valid 3-space snake of length 6.

Page 5: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

000

100010001

111

110101011

That special rule is:No point on a snake (other than the preceding and succeedingpoints on the snake) can be within one line length of any otherpoint on the snake.

This is an invalid snake because point 011 is one lengthaway from 010, and both points are already part of the snake.

Page 6: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

000

100010001

111

110101011

Every point (b) on the snake has one point that comes before it (a), and one that comes after it (c).Points a and c are one length away from b.

No other point on the snake can be just one length away frompoint b. If it is, the snake is invalid. That’s the case here. Point 101 is one length away from point 001.

b

a

c

Page 7: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

000

100010001

111

110101011

A point is “adjacent” to another if it is one line length away. The“adjacents” of a point are those points that are one line length away.

The points a, c, and d are adjacent to point b.a, c, and d are the adjacents of point b.

b

a

c d

Page 8: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

000

100010001

111

110101011

We will be looking for maximal length snakes which I callGreat Snakes.

The snake shown here is valid, but is not a Great Snake because it is not the longest snake possible in 3-space.

This is a valid 3-space snake of length 4.It is not a maximal length (Great) snake.

b

a

c d

Page 9: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

000

100010001

111

110101011

The longest snake possible in a 3-space cubeis a snake of length 6.

This is a valid 3-space Great Snake.

b

a

c d

Page 10: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

The longest snake in a 4-space cube is of length 8. You maywish to print this page and try to find a 4-space Great Snakeon your own.

Page 11: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

This is an invalid 4-space snake. Do you see why?

Page 12: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

10000001

1100101010010011 0101

1111

1110110110110111

It is invalid because points 0010 and 0110 (which are already on the snake) are within one line length of each other.

0010 0100

0110

Page 13: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

10000001

1100101010010011 0101

1111

1110110110110111

Do you see why this snake is invalid?

0010 0100

0110

Page 14: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

10000001

1100101010010011 0101

1111

1110110110110111

Actually, there are two problems here. The point 1010 is adjacent to both 0010 and 1011 which are part of the snake.

0010 0100

0110

Page 15: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

10000001

1100101010010011 0101

1111

1110110110110111

Is this a valid 4-space snake? Is it a Great Snake?

0010 0100

0110

Page 16: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

10000001

1100101010010011 0101

1111

1110110110110111

This snake is a valid 4-space Great Snake.

0010 0100

0110

Page 17: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

10000001

1100101010010011 0101

1111

1110110110110111

Here’s another 4-space Great Snake. From now on, when I say “snake”, I will usually be talking about Great Snakes.

0010 0100

0110

Page 18: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Once you know the rules for finding a snake, it is trivial to find a 3-space snake and easy to find a 4-space snake.

5-space snakes take a little more work,although most people can find several without too much trouble.

Give it a try...

Find me...

Page 19: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

00000

1000001000001000001000001

1111011101110111011101111

11111

1101001110101011001100111 1110010110110010110101011

1010010010001100100100011 1100001100010101000100101

A 5-space cube Maximal length snake = 14

Page 20: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

100000010000001

1011101111

11111

00111 11100101101100101011

101001001000011 11000011000101000101

Here’s a 5-space Great Snake

00000

0100000010

111101110111011

11010011101010110011

00110

01101

1000101001

Page 21: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

To become more familiar with our snakes, we have to uniquely identify them .

We have to name them.

My name is Joe Finklesnake III

Page 22: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

One way to name a snake is to list the points that make up the snake. They must be listed in order; otherwise they won’t be a valid snake.

0000

10000001

1100101010010011 0101

1111

1110110110110111

0010 0100

0110

0000

0001

0011

0111

1111

1110

1100

1000

Page 23: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

But since there is no head or tail to the snake, you can start anywhere on the snake, and list the points as you follow the path back to your starting point.

0000

0001

0011

0111

1111

1110

1100

1000

1111

0111

0011

0001

0000

1000

1100

1110

0000

10000001

1100101010010011 0101

1111

1110110110110111

0010 0100

0110

Page 24: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

0011

0111

1111

1110

1100

1000

Although the two “lists” are different, they are really the same snake. They just start at different points and go in opposite directions.

0000

10000001

1100101010010011 0101

1111

1110110110110111

0010 0100

0110

1111

0111

0011

0001

0000

1000

1100

1110

Start

Start

Page 25: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

So a single snake can have many different binary names. Since these particular lists appear to rotate vertically, they are called “vertical rotations” of each other.

0000

0001

0011

0111

1111

1110

1100

1000

0011

0111

1111

1110

1100

1000

0000

0001

0111

1111

1110

1100

1000

0000

0001

0011

1111

1110

1100

1000

0000

0001

0011

0111

1110

1100

1000

0000

0001

0011

0111

1111

1100

1000

0000

0001

0011

0111

1111

1110

1000

0000

0001

0011

0111

1111

1110

1100

0001

0011

0111

1111

1110

1100

1000

0000

Page 26: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Pretend that our 4-cube is a round transparent Christmas tree ornament suspended by a red ribbon from the 0000 point.

0000

10000001

1100101010010011 0101

1111

1110110110110111

0010 0100

0110

0000

0001

0011

0111

1111

1110

1100

1000

There are other rotations too.

Page 27: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

0011

0111

1111

1110

1100

1000

0000

10000001

1100101010010011 0101

1111

1110110110110111

0010 0100

0110

If we slowly twirl the ornament, some of the points would appear to change places with other points on the same level and the snake would appear to move around the ornament.

Page 28: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

1001

1101

1111

1110

0110

0010

0000

10000001

1100101010010011 0101

1111

1110110110110111

0010 0100

0110

If you twirled just the snake, and not the ornament, you could make an intuitive leap and call the resulting snakes “horizontal rotations” of each other.

Page 29: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

0011

0111

1111

1110

1100

1000

0

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

4321 4 3 2 1

The horizontally rotated list of points looks very different, so you might thinkthat you have a new, different snake. But, it’s really the same old snake rotated.

0

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

43 2 1

ColumnsRotate the 4 Column to the right hand side.

0000

0010

0110

1110

1111

1101

1001

0001

3214

Old Snake

Rotated Snake

Page 30: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

0011

0111

1111

1110

1100

1000

0

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

4321 4 3 2 1

In fact, if you exchange any column of a given snake with any other column of the samesnake, you have an intermixed rotation of the snake, and it is really the same snake as before even though the list of points is very different.

0

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

1

1

1

1

0

0

0

4 32 1

ColumnsHorizontally inter-mixed Columns

0000

0001

1001

1011

1111

1110

0110

0100

2431

Old Snake

New Snake

Page 31: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

There are other intriguing ways to name our snakes.

My name is Joe Finklesnake III

You can call me Joe

Page 32: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

This picture shows colored linesets as well as points of a 4-space cube. 0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

1 2 3 4

4 3 2 1

2 31 4 1 3 421 42 3

3 42 421 3 1 31 24

Page 33: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000 0001 001101111111111011001000

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

1 2 3 4

4 3 2 1

2 31 4 1 3 421 42 3

3 42 421 3 1 31 24

Instead of using the points to name the snake, we can use the column number between each of the snake’s 8 points. This snake’s name would then be:

1 2 3 4 1 2 3 4

Page 34: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

0011

0111

1111

1110

1100

1000

0000

0

0

0

0

1

1

1

1

0

0

0

0

1

1

1

1

0

0

0

0

1

1

1

1

0

0

0

0

1

1

1

1

0

0

0

0

4321 4 3 2 1

It turns out that the column-change naming convention is a more effective, efficient, easymethod of naming snakes. And it highlights something we might not have seen otherwise.

ColumnsSnake named by its points

Snake named by column changes

1

2

3

4

1

2

3

4

Page 35: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

0001

0011

0111

1111

1110

1100

1000

0000

4321

Snake named by its points

Snake named by column changes

1

2

3

4

1

2

3

4

This snake appears to be made from two “identical” halves.

1

2

3

4

and

1

2

3

4

The column-change naming convention reveals structures within the snake that we did not expect to find.

Page 36: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

00000

1000001000001000001000001

1111011101110111011101111

11111

1101001110101011001100111 1110010110110010110101011

1010010010001100100100011 1100001100010101000100101

Now, we can name this 5-space snake two different ways.

00000 0001000110 01110 11110 11010 11011 10011 10001 10101 11101 01101 01001 01000

Binary snake name

Column-change name

2 3 4 5 3 1 4 2 3 4 5 3 1 4

Page 37: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Symmetry, symmetry, everywhereand what a lot to think.

2345314 2345314A 4-space cube

A 4-space cube00000

1000001000001000001000001

1111011101110111011101111

11111

1101001110101011001100111 1110010110110010110101011

1010010010001100100100011 1100001100010101000100101

A 5-space Cube

Page 38: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

23453142345314

00000

1000001000001000001000001

1111011101110111011101111

11111

1101001110101011001100111 1110010110110010110101011

1010010010001100100100011 1100001100010101000100101

A 4-space cube

A 4-space cube

5-space cubeThis gives us a clue as to how we might construct N-space snakes from (N-1)-space snakes.

Page 39: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Just how big do these snakes get?

Page 40: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0-space 0 1-space 1 2-space 4 3-space 6 4-space 8 5-space 14 6-space 26 7-space 48

We don’t know how big they are above 7-space.

This Big

Page 41: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Now, it might be informative to catalog all of the snakes in an N-space cube to see how each of them is constructed. That could give us a clue as to how to construct snakes in higher N-space cubes. However, a lot of the snakes are just transformations of each other. The N-cubes appear to be infested with snakes!

Page 42: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

If we throw out all of the duplicate snakes, how many are left? How many UNIQUE snakes are there in each N-cube?

Page 43: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

First, you have to find them all. How do you do that?

One way is to write a computer program that exhaustively searches for them.

I wrote one and named it

TailWagger

Page 44: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

You could find all of the snakes in an N-space cube if you tried all of the possible paths. This is called the BFI orBrute Force and Ignorance method.

Page 45: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

TailWagger starts at point 0000. It chooses one of fourpossible points. It then has three more choices, chooses one and checks to see if the snake has violated any rules.

Page 46: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

If TailWagger chooses a point that violates a rule, it backtracksand tries one of the other points.

0010 would have to link with 0000but the snake is still too small.

Page 47: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

If no rules have been violated, it continues choosing new points.If all three choices violate a rule, it backtracks to the previouspoint and chooses another point there.

Page 48: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

When it finds a valid snake it prints it out. Then it backtracks (as if it had found an error) and chooses other points that haven’t been tried.

Page 49: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

0000

1000010000100001

11001010011010010011 0101

1111

1110110110110111

Eventually, it backtracks all the way to the third node where theprogram stops. Do you see why it isn’t necessary to backtrack to the first point to try all of the possibilities there?

Page 50: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Once TailWagger found all of the snakes (up through 6-space) all of the duplicate snakes had to be thrown out in order to determine the number of unique snakes and their composition.

The matter required a bit of careful thought.

X X X

Page 51: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Are these two snakes the same?

1 2 3 4 1 2 4 31 2 4 3 1 2 3 4

They are if the second snake is a vertical, horizontal, or intermixed rotation of the first snake.

Page 52: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Yes, the second snake is a rotation of the first.

1 2 3 4 1 2 4 3 1 2 3 4 1 2 4 31 2 4 3 1 2 3 4

Here, we duplicated the first snake (red numbers) and shifted the second snake to the right. The numbers match.The snakes are the same.

Page 53: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Are these two snakes the same?

1 2 3 4 1 2 4 33 2 1 3 4 2 1 4

They are if the second snake is a vertical, horizontal, or intermixed rotation of the first snake.

Page 54: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Yes, the second snake is a rotation of the first.

1 2 3 4 1 2 4 3 1 2 3 4 1 2 4 34 1 2 4 3 1 2 3

Here, we duplicated the first snake (red numbers),turned the second snake around (32134214 to 41243123)and shifted the second snake to the right. The numbers match.The snakes are the same.

Page 55: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Are these two snakes the same?

1 2 3 4 1 2 4 34 1 3 4 2 1 3 2

They are if the second snake is a vertical, horizontal, or intermixed rotation of the first snake.

Page 56: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Yes, the second snake is a shifted, inter-mixed rotation of the first.

1 2 3 4 1 2 4 3 1 2 3 4 1 2 4 3 first snake

4 1 3 4 2 1 3 2 second snake

In the second snake we changed every 2 to a 3 and every 3 to a 2.Then we shifted it to the right.The numbers match.The snakes are the same.

4 1 2 4 3 1 2 3 second snake with 3s and 2s swapped

4 1 2 4 3 1 2 3 second snake shifted right

1 2 3 4 1 2 4 3 1 2 3 4 1 2 4 3 first snake

Page 57: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

I promised you a third way to name snakes.

My name is Joe Finklesnake III

I’m from the class of 65

Page 58: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Snakes can be partially described by using the following trick.

2345314234531423453142345314.....1......1......1......1.2......2......2......2.......3..3...3..3...3..3...3..3....4...4..4...4..4...4..4...4...5......5......5......5...

1 7 7 1 occurs every 7th number

2 7 7 2 occurs every 7th number

3 3 4 3 4 3 occurs every 3rd, 4th, 3rd, 4th number 4 4 3 4 3 4 occurs every 4th, 3rd, 4th, 3rd number 5 7 7 5 occurs every 7th number

Page 59: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

Because transformations or rotations of snakes are equivalent,the following two snakes are in the same class.The are the same snake.

Snake 11 7 72 7 73 3 4 3 44 4 3 4 35 7 7

Snake 21 7 72 7 73 7 74 4 3 4 35 3 4 3 4

Snake 1 2 3 4 5 3 1 4 2 3 4 5 3 1 4Snake 2 2 5 4 3 5 1 4 2 5 4 3 5 1 4

Page 60: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

In order to unmask the unique snakes, every snake in an N-space cube must be compared to every other snake in the N-space cubeto see whether they are

forward, backward (vertical) and / or intermixed rotations of each other.

Will the Real Unique Snakes Please Step forward ?

Page 61: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

These are unique snakes for N < 7.

3-space 1 2 3 1 2 3

4-space 1 2 3 4 1 2 3 41 2 3 4 1 2 4 31 2 3 4 2 1 4 3

5-space 1 2 3 4 5 2 1 4 2 3 4 5 2 4 1 2 3 4 5 2 3 1 2 4 3 2 5 3 1 2 3 4 5 2 4 1 2 3 4 5 2 4

6-space 1 2 3 4 5 6 1 2 5 4 1 5 6 1 2 3 6 5 4 1 2 5 6 1 5 4 1 2 3 4 5 6 1 2 5 4 2 3 4 1 2 5 4 3 6 1 2 3 4 2 5 4 1 2 3 4 5 6 3 4 2 3 5 4 1 5 3 6 2 5 6 4 3 5 6 2 5 3 1 2 3 4 5 6 3 4 2 3 5 4 3 1 2 3 4 5 6 3 4 2 3 5 4 3 1 2 3 4 5 6 3 4 2 3 5 4 3 1 2 4 3 5 6 3 4 2 3 5 4 3

Page 62: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

How long did it take to find every snake in 7-space?

About 30 years.

Why so long?

3-space 3**6 = 7.2x10**2 = 729

4-space 4**8 = 6.5x10**4 = 65536

5-space 5**14 = 6.1*10**9 = 6103515625

6-space 6**26 = 1.7*10**20 = 170581728179578208256

7-space 7**48 = 3.6x10**40 = 36703368217294125441230211032033660188801

Page 63: N-space Snakes are special maximal length loops through an N-space cube. They ’ re full of intriguing symmetries, puzzles and surprises. They ’ re simple.

So, we’ve come to the end with lots of questions.

How long are the snakes in any N-space cube? What are the unique snakes in an N-space cube?What governs the construction of snakes?Are there equations that describe all of these things?

We don’t know…

yet.