OFFSET
0,2
COMMENTS
A half-edge is like a loop except it only adds 1 to the degree of its vertex.
a(n) is the number of non-isomorphic 2n X 2n symmetric matrices with entries in {+1, -1} and all rows and columns summing to zero where isomorphism is up to simultaneous permutation of rows and columns. The case where rows and columns can be permuted independently is covered by A333165.
EXAMPLE
The a(1) = 1 matrix is:
[+ -]
[- +]
.
The a(2) = 2 matrices are:
[+ + - -] [- - + +] [+ + - -]
[+ + - -] [- - + +] [+ - + -]
[- - + +] [+ + - -] [- + - +]
[- - + +] [+ + - -] [- - + +]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Andrew Howroyd, Mar 12 2020
STATUS
approved