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.

Showing 1-2 of 2 results.

A247181 Total domination number of the n-hypercube graph.

Original entry on oeis.org

2, 2, 4, 4, 8, 14, 24, 32, 64, 124
Offset: 1

Views

Author

Jernej Azarija, Nov 22 2014

Keywords

Comments

a(n) = size of smallest subset S of vertices of the n-cube Q_n such that every vertex of Q_n has a neighbor in S.
Proof for first formula can be found in the Verstraten link. - Kamiel P.F. Verstraten, Jun 10 2015

Examples

			a(1) = 2 since the complete graph on two vertices can only be totally dominated by taking both vertices.
		

Crossrefs

Cf. A000983 (half), A323515 (number of sets).

Formula

a(n) = 2*A000983(n-1), at least if 2<=n<=9. - Omar E. Pol, Nov 22 2014. This formula is true for all n>=2 (see Azarija-Henning-Klavžar paper). - Omar E. Pol, Jul 01 2016
a(n) = A230014(n,1), at least if 1<=n<=9. - Omar E. Pol, Nov 23 2014. This formula is true for all n>=1 (in accordance with the above comment). - Omar E. Pol, Jul 01 2016

Extensions

a(10) from Jernej Azarija, Jun 30 2016

A347555 Number of minimum dominating sets in the hypercube graph Q_n.

Original entry on oeis.org

1, 2, 6, 4, 40, 320, 2240, 240
Offset: 0

Views

Author

Eric W. Weisstein, Sep 06 2021

Keywords

Crossrefs

Cf. A000983 (minimum set size), A323515.

Extensions

a(6) from Christian Sievers, Nov 28 2023
a(7) from Christian Sievers, May 26 2024
Showing 1-2 of 2 results.