|
COMMENT
|
The Turing machine computing this sequence uses the 5-tuple instruction table: [State, Character, New State, New Character, Direction] {1,_ 1,_,>} {1,1 1,1,>} {1,- 1,-,>} {1,= 2,_,<} {2,1 3,=,<} {2,- H,_,<} {3,1 3,1,<} {3,- 4,-,<} {4,_ 4,_,<} {4,1 1,_,>} (Suzanne Britton), with the read-write head beginning at canonical position.
The Turing machine computing this sequence uses the 5-tuple instruction table:
[State, Character, New State, New Character, Direction]
{1,_ 1,_,>}
{1,1 1,1,>}
{1,- 1,-,>}
{1,= 2,_,<}
{2,1 3,=,<}
{2,- H,_,<}
{3,1 3,1,<}
{3,- 4,-,<}
{4,_ 4,_,<}
{4,1 1,_,>}
(Suzanne Britton), with the read-write head beginning at canonical position.
|