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.

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