OFFSET
1,1
COMMENTS
Conjecture: Second column is A181565.
LINKS
Peter Kagey, Cycles on the torus, Programming Puzzles & Code Golf Stack Exchange.
EXAMPLE
The T(3,2) = 7 walks on the 3 X 2 torus are:
(0,0),(0,1),(0,0)
(0,0),(1,0),(2,0),(0,0)
(0,0),(0,1),(1,1),(1,0),(2,0),(0,0)
(0,0),(0,1),(1,1),(2,1),(2,0),(0,0)
(0,0),(1,0),(1,1),(2,1),(0,1),(0,0)
(0,0),(1,0),(1,1),(2,1),(2,0),(0,0)
(0,0),(1,0),(2,0),(2,1),(0,1),(0,0)
Triangle begins:
2;
2, 4;
2, 7, 22;
2, 13, 66, 258;
2, 25, 189, 898, 3528;
2, 49, 537, 3118, 14545, 87830;
2, 97, 1544, 11462, 75446, 746589, 8295536;
2, 193, 4508, 44990, 447667, 6130779, 76468304, 760941598;
...
CROSSREFS
KEYWORD
AUTHOR
Peter Kagey, Mar 09 2019
EXTENSIONS
a(34)-a(44) from Tamás Fülöp, Nov 03 2025
STATUS
approved
