// The format of an entry is // {5-tile code}:{initial tetra. type}{U/D-sequence} // where 0 stands for DDD, 1 stands for DDU, and so on. // And it implies that // The 5-tile code sequence of the polygonal chain obtained // by feeding the right side data, for example, // [UpDn3] XZY00000 // to "TetraSeqGen" (with option "-w 3") is given by the left side, i.e., // --0-- // // Using the correspondence table, one could compute the correspondence // table between 5-tile code sequences of any length and U/D sequences // --0--:XZY00000 --0--:XZY00004 --0--:XZY00010 --0--:XZY00014 --0--:XZY00020 --0--:XZY00024 --0--:XZY00030 --0--:XZY00034 --0--:XZY00040 --0--:XZY00044 --0--:XZY00050 --0--:XZY00054 --0--:XZY00070 --0--:XZY00074 ... --R--:ZXY17374 --R--:ZXY17500 --R--:ZXY17504 --R--:ZXY17510 --R--:ZXY17530 --R--:ZXY17534 --R--:ZXY17540 --R--:ZXY17544 --R--:ZXY17550 --R--:ZXY17554 --R--:ZXY17560 --R--:ZXY17564 --R--:ZXY17570 --R--:ZXY17574