OFFSET
1,2
COMMENTS
Counting the entry/exit pairs as nondirected gives A390017. a(n) = 2*A390017(n) minus 1 for each symmetric case, except for cases which have only 2-way reflection symmetry and both openings intersecting the reflection axis (applies only to odd n), e.g. 3 cases for n = 3:
_ _ _ _ _ _
| | | | | | | | | |
| | | | |_ _| |_| |_|
|_ _| |_ _| |_ _|
EXAMPLE
For a(2) = 21, the 9 nonsymmetric cases counting twice each (once for each entry/exit direction) are:
_ _ _ _ _
|_ | |_ | _| | _ | _|
_ _| |_ _| |_ | |_ _| |_ _
_ _ _ _
| | | | | | |
| |_| |_| | |_|_| |_|_
and the 3 symmetric cases counting once each (entry/exit directions are congruent through reflection) are:
_ _
| | | |_ | | _|
|_ _| | _| | _|
PROG
(PARI) vector(11, n, A392623(n)) \\ See Links in A390017 for program code. - Andrew Howroyd, Feb 22 2026
CROSSREFS
KEYWORD
nonn
AUTHOR
Charles L. Hohn, Feb 15 2026
EXTENSIONS
a(6) onward from Andrew Howroyd, Feb 22 2026
STATUS
approved
