cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A332407 Number of simple graphs on n unlabeled nodes with upper domination number greater than independence number.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 6, 85, 2574, 193486
Offset: 1

Views

Author

Andrew Howroyd, Feb 15 2020

Keywords

Comments

The upper domination number of a graph is the maximum cardinality of a minimal dominating set. For any graph the upper domination number is greater than or equal to the independence number. This sequence gives the number of graphs where it is strictly greater than.
The m X n rook graphs with 2 <= m < n are a class of graph with this property because the independence number is m, and a row of n rooks is minimally dominating.

Examples

			The a(6) = 1 graph illustrated below has independence number 2 and upper domination number 3.
    *--------o
    | \    / |
    |  *--o  |
    | /    \ |
    *--------o
The above graph is the 2 X 3 rook graph, drawn to show all edges.
The three vertices marked with an asterisk are a minimal dominating set.
		

Crossrefs