login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133279
Number of unlabeled mating graphs with n nodes and a degenerate adjacency matrix.
0
1, 0, 1, 1, 7, 21, 234, 2252, 64420, 2148355, 183956671
OFFSET
1,5
COMMENTS
Mating graphs are graphs where no two nodes have the same set of neighbors.
Graphs with an invertible adjacency matrix are mating graphs.
FORMULA
a(n) = A004110(n) - A109717(n).
MATHEMATICA
k = {}; For[i = 1, i < 8, i++, lg = ListGraphs[i] ; len = Length[lg]; k = Append[k, Length[Select[Range[len], Det[ToAdjacencyMatrix[lg[[ # ]]]] == 0 && Length[Union[ToAdjacencyMatrix[lg[[ # ]]]]] == i &]]]]; k
CROSSREFS
Sequence in context: A060146 A357673 A111878 * A192734 A220161 A213152
KEYWORD
nonn,more
AUTHOR
Tanya Khovanova, Aug 27 2008
EXTENSIONS
a(8)-a(11) by Shreeyash Gotmare, Aug 28 2017
STATUS
approved