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.

A366425 Number of inequivalent maximal independent vertex sets in the n-hypercube graph Q_n.

Original entry on oeis.org

1, 2, 2, 4, 10, 62, 3385
Offset: 0

Views

Author

Dmitry I. Ignatov, Oct 09 2023

Keywords

Comments

a(n) is the number of orbits for the corresponding families of maximal independent vertex sets in the n-hypercube graph Q_n (see also A284707) under the action of the symmetry group S_n.

Examples

			a(0) = 1 since {0} is the only maximal independent vertex set of Q_0, which is the graph consisting of a single vertex labeled 0.
a(1) = 2 since Q_1 = 0---1 has maximal independent vertex sets {0} and {1}, which are inequivalent.
		

Crossrefs