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-3 of 3 results.

A291573 Number of minimal dominating sets in the n-Fibonacci cube graph.

Original entry on oeis.org

2, 2, 5, 14, 73, 1460, 138536
Offset: 1

Views

Author

Andrew Howroyd, Aug 30 2017

Keywords

Comments

The size of the smallest set, the domination number, is given by A291295.

Examples

			Case n=1: The vertices are 0, 1. Each singleton vertex set is a minimal dominating set, so a(1) = 2.
Case n=2: The vertices are 00, 01, 10. Minimal dominating sets are {00} and {01, 10}, so a(2) = 2.
Case n=3: The vertices are 000, 001, 010, 100, 101. Minimal dominating sets are {000, 001}, {000, 100}, {000, 101}, {010, 101}, {001, 010, 100}, so a(3)=5.
		

Crossrefs

A291297 Independent domination number of Fibonacci cube Gamma_n.

Original entry on oeis.org

1, 1, 2, 3, 4, 5, 8, 12, 19, 26, 40
Offset: 1

Views

Author

N. J. A. Sloane, Aug 30 2017

Keywords

Crossrefs

Cf. A291742.

A291936 Number of independent vertex sets and vertex covers in the n-Fibonacci cube graph.

Original entry on oeis.org

3, 5, 12, 42, 328, 7788, 1116654, 2787268382
Offset: 1

Views

Author

Eric W. Weisstein, Sep 06 2017

Keywords

Crossrefs

Cf. A291742.

Extensions

a(8) from Andrew Howroyd, Sep 06 2017
Showing 1-3 of 3 results.