./random-walk.pl -benchmark -dimensions=4 -steps=3 -iterate -show_all
Starting Random Walk at 2015_10_06_17:30:47.390
Parameters are 4 dimensions (which has 8 directions) and 3 steps ...
Running 512 iterations - this can take a while ...

for iteration 1 the directions are: 1 1 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           1       -3    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 2 the directions are: 1 1 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           2       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 3 the directions are: 1 1 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           3       -2   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 4 the directions are: 1 1 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           4       -2    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 5 the directions are: 1 1 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           5       -2    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 6 the directions are: 1 1 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           6       -2    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 7 the directions are: 1 1 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           7       -2    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 8 the directions are: 1 1 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           1       -2    0    0    0
   3           8       -2    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 9 the directions are: 1 2 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-2

for iteration 10 the directions are: 1 2 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 11 the directions are: 1 2 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 12 the directions are: 1 2 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 13 the directions are: 1 2 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 14 the directions are: 1 2 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 15 the directions are: 1 2 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 16 the directions are: 1 2 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           2        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 17 the directions are: 1 3 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           1       -2   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 18 the directions are: 1 3 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           2        0   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 19 the directions are: 1 3 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           3       -1   -2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 20 the directions are: 1 3 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           4       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 21 the directions are: 1 3 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           5       -1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 22 the directions are: 1 3 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           6       -1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 23 the directions are: 1 3 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           7       -1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 24 the directions are: 1 3 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           3       -1   -1    0    0
   3           8       -1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 25 the directions are: 1 4 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           1       -2    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 26 the directions are: 1 4 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           2        0    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 27 the directions are: 1 4 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           3       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 28 the directions are: 1 4 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           4       -1    2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 29 the directions are: 1 4 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           5       -1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 30 the directions are: 1 4 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           6       -1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 31 the directions are: 1 4 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           7       -1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 32 the directions are: 1 4 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           4       -1    1    0    0
   3           8       -1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 33 the directions are: 1 5 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           1       -2    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 34 the directions are: 1 5 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           2        0    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 35 the directions are: 1 5 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           3       -1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 36 the directions are: 1 5 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           4       -1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 37 the directions are: 1 5 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           5       -1    0   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 38 the directions are: 1 5 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           6       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 39 the directions are: 1 5 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           7       -1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 40 the directions are: 1 5 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           5       -1    0   -1    0
   3           8       -1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 41 the directions are: 1 6 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           1       -2    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 42 the directions are: 1 6 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           2        0    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 43 the directions are: 1 6 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           3       -1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 44 the directions are: 1 6 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           4       -1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 45 the directions are: 1 6 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           5       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 46 the directions are: 1 6 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           6       -1    0    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 47 the directions are: 1 6 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           7       -1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 48 the directions are: 1 6 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           6       -1    0    1    0
   3           8       -1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 49 the directions are: 1 7 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           1       -2    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 50 the directions are: 1 7 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           2        0    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 51 the directions are: 1 7 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           3       -1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 52 the directions are: 1 7 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           4       -1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 53 the directions are: 1 7 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           5       -1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 54 the directions are: 1 7 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           6       -1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 55 the directions are: 1 7 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           7       -1    0    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 56 the directions are: 1 7 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           7       -1    0    0   -1
   3           8       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 57 the directions are: 1 8 1 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           1       -2    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 58 the directions are: 1 8 2 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           2        0    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 59 the directions are: 1 8 3 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           3       -1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 60 the directions are: 1 8 4 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           4       -1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 61 the directions are: 1 8 5 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           5       -1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 62 the directions are: 1 8 6 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           6       -1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 63 the directions are: 1 8 7 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           7       -1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 64 the directions are: 1 8 8 
Step   Direction       D1   D2   D3   D4 
   1           1       -1    0    0    0
   2           8       -1    0    0    1
   3           8       -1    0    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 65 the directions are: 2 1 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 66 the directions are: 2 1 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-2

for iteration 67 the directions are: 2 1 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 68 the directions are: 2 1 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 69 the directions are: 2 1 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 70 the directions are: 2 1 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 71 the directions are: 2 1 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 72 the directions are: 2 1 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           1        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 73 the directions are: 2 2 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           1        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 74 the directions are: 2 2 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           2        3    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 75 the directions are: 2 2 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           3        2   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 76 the directions are: 2 2 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           4        2    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 77 the directions are: 2 2 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           5        2    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 78 the directions are: 2 2 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           6        2    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 79 the directions are: 2 2 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           7        2    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 80 the directions are: 2 2 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           2        2    0    0    0
   3           8        2    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 81 the directions are: 2 3 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           1        0   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 82 the directions are: 2 3 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           2        2   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 83 the directions are: 2 3 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           3        1   -2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 84 the directions are: 2 3 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           4        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 85 the directions are: 2 3 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           5        1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 86 the directions are: 2 3 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           6        1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 87 the directions are: 2 3 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           7        1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 88 the directions are: 2 3 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           3        1   -1    0    0
   3           8        1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 89 the directions are: 2 4 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           1        0    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 90 the directions are: 2 4 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           2        2    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 91 the directions are: 2 4 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           3        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 92 the directions are: 2 4 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           4        1    2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 93 the directions are: 2 4 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           5        1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 94 the directions are: 2 4 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           6        1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 95 the directions are: 2 4 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           7        1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 96 the directions are: 2 4 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           4        1    1    0    0
   3           8        1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 97 the directions are: 2 5 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           1        0    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 98 the directions are: 2 5 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           2        2    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 99 the directions are: 2 5 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           3        1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 100 the directions are: 2 5 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           4        1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 101 the directions are: 2 5 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           5        1    0   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 102 the directions are: 2 5 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           6        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 103 the directions are: 2 5 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           7        1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 104 the directions are: 2 5 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           5        1    0   -1    0
   3           8        1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 105 the directions are: 2 6 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           1        0    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 106 the directions are: 2 6 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           2        2    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 107 the directions are: 2 6 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           3        1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 108 the directions are: 2 6 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           4        1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 109 the directions are: 2 6 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           5        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 110 the directions are: 2 6 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           6        1    0    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 111 the directions are: 2 6 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           7        1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 112 the directions are: 2 6 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           6        1    0    1    0
   3           8        1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 113 the directions are: 2 7 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           1        0    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 114 the directions are: 2 7 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           2        2    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 115 the directions are: 2 7 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           3        1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 116 the directions are: 2 7 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           4        1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 117 the directions are: 2 7 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           5        1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 118 the directions are: 2 7 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           6        1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 119 the directions are: 2 7 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           7        1    0    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 120 the directions are: 2 7 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           7        1    0    0   -1
   3           8        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 121 the directions are: 2 8 1 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           1        0    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 122 the directions are: 2 8 2 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           2        2    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 123 the directions are: 2 8 3 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           3        1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 124 the directions are: 2 8 4 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           4        1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 125 the directions are: 2 8 5 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           5        1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 126 the directions are: 2 8 6 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           6        1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 127 the directions are: 2 8 7 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           7        1    0    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 128 the directions are: 2 8 8 
Step   Direction       D1   D2   D3   D4 
   1           2        1    0    0    0
   2           8        1    0    0    1
   3           8        1    0    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 129 the directions are: 3 1 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           1       -2   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 130 the directions are: 3 1 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           2        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 131 the directions are: 3 1 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           3       -1   -2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 132 the directions are: 3 1 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           4       -1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 133 the directions are: 3 1 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           5       -1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 134 the directions are: 3 1 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           6       -1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 135 the directions are: 3 1 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           7       -1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 136 the directions are: 3 1 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           1       -1   -1    0    0
   3           8       -1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 137 the directions are: 3 2 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           1        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 138 the directions are: 3 2 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           2        2   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 139 the directions are: 3 2 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           3        1   -2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 140 the directions are: 3 2 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           4        1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 141 the directions are: 3 2 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           5        1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 142 the directions are: 3 2 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           6        1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 143 the directions are: 3 2 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           7        1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 144 the directions are: 3 2 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           2        1   -1    0    0
   3           8        1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 145 the directions are: 3 3 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           1       -1   -2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 146 the directions are: 3 3 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           2        1   -2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 147 the directions are: 3 3 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           3        0   -3    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 148 the directions are: 3 3 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           4        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 149 the directions are: 3 3 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           5        0   -2   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 150 the directions are: 3 3 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           6        0   -2    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 151 the directions are: 3 3 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           7        0   -2    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 152 the directions are: 3 3 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           3        0   -2    0    0
   3           8        0   -2    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 153 the directions are: 3 4 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 154 the directions are: 3 4 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 155 the directions are: 3 4 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-2

for iteration 156 the directions are: 3 4 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 157 the directions are: 3 4 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 158 the directions are: 3 4 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 159 the directions are: 3 4 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 160 the directions are: 3 4 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           4        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 161 the directions are: 3 5 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           1       -1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 162 the directions are: 3 5 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           2        1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 163 the directions are: 3 5 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           3        0   -2   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 164 the directions are: 3 5 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           4        0    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 165 the directions are: 3 5 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           5        0   -1   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 166 the directions are: 3 5 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           6        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 167 the directions are: 3 5 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           7        0   -1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 168 the directions are: 3 5 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           5        0   -1   -1    0
   3           8        0   -1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 169 the directions are: 3 6 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           1       -1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 170 the directions are: 3 6 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           2        1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 171 the directions are: 3 6 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           3        0   -2    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 172 the directions are: 3 6 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           4        0    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 173 the directions are: 3 6 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           5        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 174 the directions are: 3 6 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           6        0   -1    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 175 the directions are: 3 6 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           7        0   -1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 176 the directions are: 3 6 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           6        0   -1    1    0
   3           8        0   -1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 177 the directions are: 3 7 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           1       -1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 178 the directions are: 3 7 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           2        1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 179 the directions are: 3 7 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           3        0   -2    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 180 the directions are: 3 7 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           4        0    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 181 the directions are: 3 7 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           5        0   -1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 182 the directions are: 3 7 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           6        0   -1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 183 the directions are: 3 7 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           7        0   -1    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 184 the directions are: 3 7 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           7        0   -1    0   -1
   3           8        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 185 the directions are: 3 8 1 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           1       -1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 186 the directions are: 3 8 2 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           2        1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 187 the directions are: 3 8 3 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           3        0   -2    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 188 the directions are: 3 8 4 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           4        0    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 189 the directions are: 3 8 5 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           5        0   -1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 190 the directions are: 3 8 6 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           6        0   -1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 191 the directions are: 3 8 7 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           7        0   -1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 192 the directions are: 3 8 8 
Step   Direction       D1   D2   D3   D4 
   1           3        0   -1    0    0
   2           8        0   -1    0    1
   3           8        0   -1    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 193 the directions are: 4 1 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           1       -2    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 194 the directions are: 4 1 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           2        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 195 the directions are: 4 1 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           3       -1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 196 the directions are: 4 1 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           4       -1    2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 197 the directions are: 4 1 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           5       -1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 198 the directions are: 4 1 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           6       -1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 199 the directions are: 4 1 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           7       -1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 200 the directions are: 4 1 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           1       -1    1    0    0
   3           8       -1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 201 the directions are: 4 2 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           1        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 202 the directions are: 4 2 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           2        2    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 203 the directions are: 4 2 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           3        1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 204 the directions are: 4 2 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           4        1    2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 205 the directions are: 4 2 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           5        1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 206 the directions are: 4 2 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           6        1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 207 the directions are: 4 2 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           7        1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 208 the directions are: 4 2 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           2        1    1    0    0
   3           8        1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 209 the directions are: 4 3 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 210 the directions are: 4 3 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 211 the directions are: 4 3 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 212 the directions are: 4 3 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-2

for iteration 213 the directions are: 4 3 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 214 the directions are: 4 3 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 215 the directions are: 4 3 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 216 the directions are: 4 3 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           3        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 217 the directions are: 4 4 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           1       -1    2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 218 the directions are: 4 4 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           2        1    2    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 219 the directions are: 4 4 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           3        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 220 the directions are: 4 4 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           4        0    3    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 221 the directions are: 4 4 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           5        0    2   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 222 the directions are: 4 4 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           6        0    2    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 223 the directions are: 4 4 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           7        0    2    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 224 the directions are: 4 4 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           4        0    2    0    0
   3           8        0    2    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 225 the directions are: 4 5 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           1       -1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 226 the directions are: 4 5 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           2        1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 227 the directions are: 4 5 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           3        0    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 228 the directions are: 4 5 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           4        0    2   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 229 the directions are: 4 5 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           5        0    1   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 230 the directions are: 4 5 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           6        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 231 the directions are: 4 5 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           7        0    1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 232 the directions are: 4 5 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           5        0    1   -1    0
   3           8        0    1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 233 the directions are: 4 6 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           1       -1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 234 the directions are: 4 6 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           2        1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 235 the directions are: 4 6 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           3        0    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 236 the directions are: 4 6 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           4        0    2    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 237 the directions are: 4 6 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           5        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 238 the directions are: 4 6 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           6        0    1    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 239 the directions are: 4 6 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           7        0    1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 240 the directions are: 4 6 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           6        0    1    1    0
   3           8        0    1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 241 the directions are: 4 7 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           1       -1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 242 the directions are: 4 7 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           2        1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 243 the directions are: 4 7 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           3        0    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 244 the directions are: 4 7 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           4        0    2    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 245 the directions are: 4 7 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           5        0    1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 246 the directions are: 4 7 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           6        0    1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 247 the directions are: 4 7 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           7        0    1    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 248 the directions are: 4 7 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           7        0    1    0   -1
   3           8        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 249 the directions are: 4 8 1 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           1       -1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 250 the directions are: 4 8 2 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           2        1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 251 the directions are: 4 8 3 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           3        0    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 252 the directions are: 4 8 4 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           4        0    2    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 253 the directions are: 4 8 5 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           5        0    1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 254 the directions are: 4 8 6 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           6        0    1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 255 the directions are: 4 8 7 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           7        0    1    0    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 256 the directions are: 4 8 8 
Step   Direction       D1   D2   D3   D4 
   1           4        0    1    0    0
   2           8        0    1    0    1
   3           8        0    1    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 257 the directions are: 5 1 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           1       -2    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 258 the directions are: 5 1 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           2        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 259 the directions are: 5 1 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           3       -1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 260 the directions are: 5 1 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           4       -1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 261 the directions are: 5 1 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           5       -1    0   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 262 the directions are: 5 1 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           6       -1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 263 the directions are: 5 1 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           7       -1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 264 the directions are: 5 1 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           1       -1    0   -1    0
   3           8       -1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 265 the directions are: 5 2 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           1        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 266 the directions are: 5 2 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           2        2    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 267 the directions are: 5 2 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           3        1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 268 the directions are: 5 2 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           4        1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 269 the directions are: 5 2 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           5        1    0   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 270 the directions are: 5 2 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           6        1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 271 the directions are: 5 2 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           7        1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 272 the directions are: 5 2 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           2        1    0   -1    0
   3           8        1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 273 the directions are: 5 3 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           1       -1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 274 the directions are: 5 3 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           2        1   -1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 275 the directions are: 5 3 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           3        0   -2   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 276 the directions are: 5 3 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           4        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 277 the directions are: 5 3 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           5        0   -1   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 278 the directions are: 5 3 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           6        0   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 279 the directions are: 5 3 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           7        0   -1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 280 the directions are: 5 3 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           3        0   -1   -1    0
   3           8        0   -1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 281 the directions are: 5 4 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           1       -1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 282 the directions are: 5 4 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           2        1    1   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 283 the directions are: 5 4 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           3        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 284 the directions are: 5 4 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           4        0    2   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 285 the directions are: 5 4 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           5        0    1   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 286 the directions are: 5 4 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           6        0    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 287 the directions are: 5 4 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           7        0    1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 288 the directions are: 5 4 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           4        0    1   -1    0
   3           8        0    1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 289 the directions are: 5 5 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           1       -1    0   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 290 the directions are: 5 5 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           2        1    0   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 291 the directions are: 5 5 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           3        0   -1   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 292 the directions are: 5 5 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           4        0    1   -2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 293 the directions are: 5 5 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           5        0    0   -3    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 294 the directions are: 5 5 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           6        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 295 the directions are: 5 5 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           7        0    0   -2   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 296 the directions are: 5 5 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           5        0    0   -2    0
   3           8        0    0   -2    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 297 the directions are: 5 6 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 298 the directions are: 5 6 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 299 the directions are: 5 6 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 300 the directions are: 5 6 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 301 the directions are: 5 6 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-2

for iteration 302 the directions are: 5 6 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 303 the directions are: 5 6 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 304 the directions are: 5 6 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           6        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 305 the directions are: 5 7 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           1       -1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 306 the directions are: 5 7 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           2        1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 307 the directions are: 5 7 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           3        0   -1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 308 the directions are: 5 7 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           4        0    1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 309 the directions are: 5 7 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           5        0    0   -2   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 310 the directions are: 5 7 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           6        0    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 311 the directions are: 5 7 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           7        0    0   -1   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 312 the directions are: 5 7 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           7        0    0   -1   -1
   3           8        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 313 the directions are: 5 8 1 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           1       -1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 314 the directions are: 5 8 2 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           2        1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 315 the directions are: 5 8 3 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           3        0   -1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 316 the directions are: 5 8 4 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           4        0    1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 317 the directions are: 5 8 5 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           5        0    0   -2    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 318 the directions are: 5 8 6 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           6        0    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 319 the directions are: 5 8 7 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           7        0    0   -1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 320 the directions are: 5 8 8 
Step   Direction       D1   D2   D3   D4 
   1           5        0    0   -1    0
   2           8        0    0   -1    1
   3           8        0    0   -1    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 321 the directions are: 6 1 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           1       -2    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 322 the directions are: 6 1 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           2        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 323 the directions are: 6 1 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           3       -1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 324 the directions are: 6 1 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           4       -1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 325 the directions are: 6 1 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           5       -1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 326 the directions are: 6 1 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           6       -1    0    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 327 the directions are: 6 1 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           7       -1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 328 the directions are: 6 1 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           1       -1    0    1    0
   3           8       -1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 329 the directions are: 6 2 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           1        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 330 the directions are: 6 2 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           2        2    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 331 the directions are: 6 2 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           3        1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 332 the directions are: 6 2 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           4        1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 333 the directions are: 6 2 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           5        1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 334 the directions are: 6 2 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           6        1    0    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 335 the directions are: 6 2 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           7        1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 336 the directions are: 6 2 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           2        1    0    1    0
   3           8        1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 337 the directions are: 6 3 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           1       -1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 338 the directions are: 6 3 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           2        1   -1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 339 the directions are: 6 3 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           3        0   -2    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 340 the directions are: 6 3 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           4        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 341 the directions are: 6 3 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           5        0   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 342 the directions are: 6 3 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           6        0   -1    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 343 the directions are: 6 3 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           7        0   -1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 344 the directions are: 6 3 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           3        0   -1    1    0
   3           8        0   -1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 345 the directions are: 6 4 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           1       -1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 346 the directions are: 6 4 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           2        1    1    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 347 the directions are: 6 4 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           3        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 348 the directions are: 6 4 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           4        0    2    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 349 the directions are: 6 4 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           5        0    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 350 the directions are: 6 4 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           6        0    1    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 351 the directions are: 6 4 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           7        0    1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 352 the directions are: 6 4 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           4        0    1    1    0
   3           8        0    1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 353 the directions are: 6 5 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 354 the directions are: 6 5 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 355 the directions are: 6 5 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 356 the directions are: 6 5 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 357 the directions are: 6 5 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 358 the directions are: 6 5 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-2

for iteration 359 the directions are: 6 5 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 360 the directions are: 6 5 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           5        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 361 the directions are: 6 6 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           1       -1    0    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 362 the directions are: 6 6 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           2        1    0    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 363 the directions are: 6 6 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           3        0   -1    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 364 the directions are: 6 6 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           4        0    1    2    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 365 the directions are: 6 6 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           5        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 366 the directions are: 6 6 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           6        0    0    3    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 367 the directions are: 6 6 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           7        0    0    2   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 368 the directions are: 6 6 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           6        0    0    2    0
   3           8        0    0    2    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 369 the directions are: 6 7 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           1       -1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 370 the directions are: 6 7 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           2        1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 371 the directions are: 6 7 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           3        0   -1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 372 the directions are: 6 7 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           4        0    1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 373 the directions are: 6 7 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           5        0    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 374 the directions are: 6 7 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           6        0    0    2   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 375 the directions are: 6 7 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           7        0    0    1   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 376 the directions are: 6 7 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           7        0    0    1   -1
   3           8        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 377 the directions are: 6 8 1 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           1       -1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 378 the directions are: 6 8 2 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           2        1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 379 the directions are: 6 8 3 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           3        0   -1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 380 the directions are: 6 8 4 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           4        0    1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 381 the directions are: 6 8 5 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           5        0    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 382 the directions are: 6 8 6 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           6        0    0    2    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 383 the directions are: 6 8 7 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           7        0    0    1    0
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 384 the directions are: 6 8 8 
Step   Direction       D1   D2   D3   D4 
   1           6        0    0    1    0
   2           8        0    0    1    1
   3           8        0    0    1    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 385 the directions are: 7 1 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           1       -2    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 386 the directions are: 7 1 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           2        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 387 the directions are: 7 1 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           3       -1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 388 the directions are: 7 1 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           4       -1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 389 the directions are: 7 1 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           5       -1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 390 the directions are: 7 1 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           6       -1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 391 the directions are: 7 1 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           7       -1    0    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 392 the directions are: 7 1 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           1       -1    0    0   -1
   3           8       -1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 393 the directions are: 7 2 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           1        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 394 the directions are: 7 2 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           2        2    0    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 395 the directions are: 7 2 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           3        1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 396 the directions are: 7 2 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           4        1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 397 the directions are: 7 2 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           5        1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 398 the directions are: 7 2 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           6        1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 399 the directions are: 7 2 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           7        1    0    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 400 the directions are: 7 2 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           2        1    0    0   -1
   3           8        1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 401 the directions are: 7 3 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           1       -1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 402 the directions are: 7 3 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           2        1   -1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 403 the directions are: 7 3 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           3        0   -2    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 404 the directions are: 7 3 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           4        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 405 the directions are: 7 3 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           5        0   -1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 406 the directions are: 7 3 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           6        0   -1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 407 the directions are: 7 3 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           7        0   -1    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 408 the directions are: 7 3 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           3        0   -1    0   -1
   3           8        0   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 409 the directions are: 7 4 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           1       -1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 410 the directions are: 7 4 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           2        1    1    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 411 the directions are: 7 4 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           3        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 412 the directions are: 7 4 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           4        0    2    0   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 413 the directions are: 7 4 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           5        0    1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 414 the directions are: 7 4 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           6        0    1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 415 the directions are: 7 4 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           7        0    1    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 416 the directions are: 7 4 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           4        0    1    0   -1
   3           8        0    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 417 the directions are: 7 5 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           1       -1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 418 the directions are: 7 5 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           2        1    0   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 419 the directions are: 7 5 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           3        0   -1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 420 the directions are: 7 5 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           4        0    1   -1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 421 the directions are: 7 5 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           5        0    0   -2   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 422 the directions are: 7 5 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           6        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 423 the directions are: 7 5 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           7        0    0   -1   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 424 the directions are: 7 5 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           5        0    0   -1   -1
   3           8        0    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 425 the directions are: 7 6 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           1       -1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 426 the directions are: 7 6 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           2        1    0    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 427 the directions are: 7 6 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           3        0   -1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 428 the directions are: 7 6 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           4        0    1    1   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 429 the directions are: 7 6 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           5        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 430 the directions are: 7 6 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           6        0    0    2   -1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 431 the directions are: 7 6 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           7        0    0    1   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 432 the directions are: 7 6 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           6        0    0    1   -1
   3           8        0    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 433 the directions are: 7 7 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           1       -1    0    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 434 the directions are: 7 7 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           2        1    0    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 435 the directions are: 7 7 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           3        0   -1    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 436 the directions are: 7 7 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           4        0    1    0   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 437 the directions are: 7 7 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           5        0    0   -1   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 438 the directions are: 7 7 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           6        0    0    1   -2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 439 the directions are: 7 7 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           7        0    0    0   -3
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 440 the directions are: 7 7 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           7        0    0    0   -2
   3           8        0    0    0   -1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 441 the directions are: 7 8 1 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 442 the directions are: 7 8 2 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 443 the directions are: 7 8 3 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 444 the directions are: 7 8 4 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 445 the directions are: 7 8 5 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 446 the directions are: 7 8 6 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 447 the directions are: 7 8 7 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-2

for iteration 448 the directions are: 7 8 8 
Step   Direction       D1   D2   D3   D4 
   1           7        0    0    0   -1
   2           8        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-1

for iteration 449 the directions are: 8 1 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           1       -2    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 450 the directions are: 8 1 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           2        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 451 the directions are: 8 1 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           3       -1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 452 the directions are: 8 1 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           4       -1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 453 the directions are: 8 1 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           5       -1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 454 the directions are: 8 1 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           6       -1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 455 the directions are: 8 1 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           7       -1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 456 the directions are: 8 1 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           1       -1    0    0    1
   3           8       -1    0    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 457 the directions are: 8 2 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           1        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 458 the directions are: 8 2 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           2        2    0    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 459 the directions are: 8 2 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           3        1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 460 the directions are: 8 2 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           4        1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 461 the directions are: 8 2 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           5        1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 462 the directions are: 8 2 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           6        1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 463 the directions are: 8 2 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           7        1    0    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 464 the directions are: 8 2 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           2        1    0    0    1
   3           8        1    0    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 465 the directions are: 8 3 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           1       -1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 466 the directions are: 8 3 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           2        1   -1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 467 the directions are: 8 3 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           3        0   -2    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 468 the directions are: 8 3 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           4        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 469 the directions are: 8 3 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           5        0   -1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 470 the directions are: 8 3 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           6        0   -1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 471 the directions are: 8 3 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           7        0   -1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 472 the directions are: 8 3 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           3        0   -1    0    1
   3           8        0   -1    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 473 the directions are: 8 4 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           1       -1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 474 the directions are: 8 4 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           2        1    1    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 475 the directions are: 8 4 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           3        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 476 the directions are: 8 4 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           4        0    2    0    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 477 the directions are: 8 4 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           5        0    1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 478 the directions are: 8 4 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           6        0    1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 479 the directions are: 8 4 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           7        0    1    0    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 480 the directions are: 8 4 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           4        0    1    0    1
   3           8        0    1    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 481 the directions are: 8 5 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           1       -1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 482 the directions are: 8 5 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           2        1    0   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 483 the directions are: 8 5 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           3        0   -1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 484 the directions are: 8 5 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           4        0    1   -1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 485 the directions are: 8 5 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           5        0    0   -2    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 486 the directions are: 8 5 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           6        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 487 the directions are: 8 5 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           7        0    0   -1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 488 the directions are: 8 5 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           5        0    0   -1    1
   3           8        0    0   -1    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 489 the directions are: 8 6 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           1       -1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 490 the directions are: 8 6 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           2        1    0    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 491 the directions are: 8 6 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           3        0   -1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 492 the directions are: 8 6 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           4        0    1    1    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 493 the directions are: 8 6 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           5        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 494 the directions are: 8 6 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           6        0    0    2    1
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 495 the directions are: 8 6 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           7        0    0    1    0
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 496 the directions are: 8 6 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           6        0    0    1    1
   3           8        0    0    1    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 497 the directions are: 8 7 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           1       -1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 498 the directions are: 8 7 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           2        1    0    0    0
Coordinates stepped on are: 1-1-1

for iteration 499 the directions are: 8 7 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           3        0   -1    0    0
Coordinates stepped on are: 1-1-1

for iteration 500 the directions are: 8 7 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           4        0    1    0    0
Coordinates stepped on are: 1-1-1

for iteration 501 the directions are: 8 7 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           5        0    0   -1    0
Coordinates stepped on are: 1-1-1

for iteration 502 the directions are: 8 7 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           6        0    0    1    0
Coordinates stepped on are: 1-1-1

for iteration 503 the directions are: 8 7 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           7        0    0    0   -1
Coordinates stepped on are: 1-1-1

for iteration 504 the directions are: 8 7 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           7        0    0    0    0
   3           8        0    0    0    1
Coordinates stepped on are: 1-1-2

for iteration 505 the directions are: 8 8 1 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           1       -1    0    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 506 the directions are: 8 8 2 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           2        1    0    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 507 the directions are: 8 8 3 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           3        0   -1    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 508 the directions are: 8 8 4 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           4        0    1    0    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 509 the directions are: 8 8 5 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           5        0    0   -1    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 510 the directions are: 8 8 6 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           6        0    0    1    2
Coordinates stepped on are: 1-1-1   Never returned to orgin

for iteration 511 the directions are: 8 8 7 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           7        0    0    0    1
Coordinates stepped on are: 1-1-2   Never returned to orgin

for iteration 512 the directions are: 8 8 8 
Step   Direction       D1   D2   D3   D4 
   1           8        0    0    0    1
   2           8        0    0    0    2
   3           8        0    0    0    3
Coordinates stepped on are: 1-1-1   Never returned to orgin


Frequency    Stepped Ons
      448    1-1-1
       64    1-1-2
      512    Total Routes
       64    Returned to orgin which is 12%


Frequency    Coordinate
       85    (0,0,0,1)
       85    (0,-1,0,0)
       85    (1,0,0,0)
       85    (0,0,-1,0)
       85    (0,0,0,-1)
       85    (-1,0,0,0)
       85    (0,1,0,0)
       85    (0,0,1,0)
       64    (0,0,0,0)
       16    (0,0,1,-1)
       16    (-1,0,-1,0)
       16    (-1,0,0,-1)
       16    (1,-1,0,0)
       16    (0,0,1,1)
       16    (0,1,0,-1)
       16    (0,1,1,0)
       16    (1,1,0,0)
       16    (0,-1,0,1)
       16    (1,0,0,1)
       16    (1,0,0,-1)
       16    (0,-1,0,-1)
       16    (0,-1,1,0)
       16    (0,1,0,1)
       16    (0,1,-1,0)
       16    (1,0,1,0)
       16    (0,-1,-1,0)
       16    (1,0,-1,0)
       16    (-1,0,0,1)
       16    (-1,1,0,0)
       16    (0,0,-1,1)
       16    (-1,0,1,0)
       16    (0,0,-1,-1)
       16    (-1,-1,0,0)
        8    (0,-2,0,0)
        8    (0,2,0,0)
        8    (0,0,2,0)
        8    (0,0,0,-2)
        8    (-2,0,0,0)
        8    (0,0,0,2)
        8    (2,0,0,0)
        8    (0,0,-2,0)
        6    (-1,-1,1,0)
        6    (1,-1,-1,0)
        6    (1,0,-1,-1)
        6    (0,-1,-1,1)
        6    (-1,-1,0,-1)
        6    (1,-1,0,-1)
        6    (1,0,1,1)
        6    (-1,1,1,0)
        6    (1,1,-1,0)
        6    (0,1,1,-1)
        6    (-1,0,1,1)
        6    (-1,1,-1,0)
        6    (0,-1,-1,-1)
        6    (1,0,-1,1)
        6    (1,1,1,0)
        6    (-1,-1,0,1)
        6    (0,1,-1,1)
        6    (-1,1,0,-1)
        6    (-1,0,-1,1)
        6    (-1,-1,-1,0)
        6    (-1,1,0,1)
        6    (1,0,1,-1)
        6    (1,-1,0,1)
        6    (-1,0,1,-1)
        6    (1,1,0,1)
        6    (1,-1,1,0)
        6    (0,1,1,1)
        6    (1,1,0,-1)
        6    (0,1,-1,-1)
        6    (-1,0,-1,-1)
        6    (0,-1,1,-1)
        6    (0,-1,1,1)
        3    (0,0,-2,1)
        3    (2,0,0,-1)
        3    (0,2,1,0)
        3    (1,2,0,0)
        3    (0,1,0,2)
        3    (0,-1,0,-2)
        3    (2,0,-1,0)
        3    (0,0,-1,2)
        3    (-2,0,-1,0)
        3    (0,-2,-1,0)
        3    (0,1,0,-2)
        3    (0,-1,-2,0)
        3    (0,0,-2,-1)
        3    (2,-1,0,0)
        3    (0,1,-2,0)
        3    (2,0,0,1)
        3    (-2,1,0,0)
        3    (1,0,0,-2)
        3    (-2,0,0,-1)
        3    (0,0,1,-2)
        3    (1,0,2,0)
        3    (-1,2,0,0)
        3    (-1,0,0,2)
        3    (2,1,0,0)
        3    (0,0,-1,-2)
        3    (0,-2,0,1)
        3    (0,1,2,0)
        3    (-1,0,-2,0)
        3    (0,0,2,-1)
        3    (-2,-1,0,0)
        3    (-2,0,1,0)
        3    (0,2,0,1)
        3    (0,0,1,2)
        3    (-1,0,0,-2)
        3    (-2,0,0,1)
        3    (-1,0,2,0)
        3    (1,0,-2,0)
        3    (-1,-2,0,0)
        3    (0,-1,2,0)
        3    (2,0,1,0)
        3    (0,-2,1,0)
        3    (1,0,0,2)
        3    (0,-2,0,-1)
        3    (0,2,-1,0)
        3    (0,0,2,1)
        3    (1,-2,0,0)
        3    (0,-1,0,2)
        3    (0,2,0,-1)
        1    (-3,0,0,0)
        1    (0,0,0,3)
        1    (0,0,3,0)
        1    (0,0,-3,0)
        1    (0,-3,0,0)
        1    (0,0,0,-3)
        1    (0,3,0,0)
        1    (3,0,0,0)


Direction    Frequency
        1          192
        2          192
        3          192
        4          192
        5          192
        6          192
        7          192
        8          192


 Distance    Frequency    Cumulative
        0           64    
        1          744    10%
        2         1384    90%
        3         1536    100%


For Random Walk of 4 dimensions and 3 steps,
distance at which N percent of coordinates are contained
        1           10%
        2           50%
        2           90%
        3          100%


Timing Data dumped at 2015_10_06_17:30:47.422
000_start :                   0.000 wallclock secs ( 0.00 usr +  0.00 sys =  0.00 CPU)
101_end_of_program :          0.032 wallclock secs ( 0.02 usr +  0.01 sys =  0.03 CPU)
999_end :                     0.032 wallclock secs ( 0.02 usr +  0.01 sys =  0.03 CPU)