OFFSET
1,4
COMMENTS
Equals 2 * A266549 (undirected paths), minus cases which have vertical, horizontal, or diagonal reflection symmetry, for which the paths in opposite directions are congruent and count as 1 each instead of 2. Nonsymmetric cases and cases with rotation symmetry alone are not congruent in opposite directions and count as 2 each.
EXAMPLE
a(5) = 9: these 3 length 2n=10 figures with reflection symmetry count 1 each (paths in opposite directions are congruent):
+--+--+--+--+ +--+--+--+ +--+--+--+
| | | | | |
+--+--+--+--+ +--+ +--+ + +
| | | |
+--+ +--+--+--+
and these 3 figures without reflection symmetry count 2 each (paths in opposite directions are not congruent):
+--+--+ +--+--+--+ +--+--+--+
| | | | | |
+--+ +--+ +--+--+ + +--+ +
| | | | | |
+--+--+ +--+ +--+--+
CROSSREFS
KEYWORD
nonn,more,walk
AUTHOR
Charles L. Hohn, Apr 07 2026
STATUS
approved
