|
Search: id:A133279
|
|
|
| A133279 |
|
Number of unlabeled mating graphs with n nodes and a degenerate adjacency matrix. |
|
+0 1
|
| |
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Mating graphs are graphs where no two nodes have the same set of neighbors.
Graphs with an invertible adjacency matrix are mating graphs.
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
|
Cf. A004110, A109717.
Sequence in context: A084711 A060146 A111878 this_sequence A082826 A130740 A101119
Adjacent sequences: A133276 A133277 A133278 this_sequence A133280 A133281 A133282
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Tanya Khovanova (tanyakh(AT)yahoo.com), Aug 27 2008
|
|
|
Search completed in 0.002 seconds
|