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.

A334359 Number of stable partitions of the n-hypercube graph.

Original entry on oeis.org

1, 1, 4, 354, 179185930, 258823757396708888836788
Offset: 0

Views

Author

Andrew Howroyd, Apr 25 2020

Keywords

Comments

A stable partition is a partition of the vertices into sets so that no two vertices in a set are adjacent in the graph.
Equivalently, a(n) is the number of vertex colorings of the n-hypercube graph with any number of unlabeled colors. The vertices are not interchangeable.

Examples

			The a(2) = 4 stable partitions of the 2-dimensional hypercube are:
    1---2   1---2   1---2   1---2
    |   |   |   |   |   |   |   |
    2---1   2---3   3---1   3---4
		

Crossrefs

Row sums of A334159.