A157887 The domatic number of the n-cube.
1, 2, 2, 4, 4, 4, 5, 8, 8, 8
Offset: 0
Examples
a(3)=4: The vertices of the 3-dimensional cube can be partitioned into 4 dominating sets, {000,111}, {001,110}, {010,101}, {011,100}, but not into 5. A subset of a graph is called dominating if every vertex in the graph is in the set or is a neighbor of a vertex in the set.
Links
- Patric R. J. Östergård, A Coloring Problem in Hamming Spaces, European Journal of Combinatorics, Volume 18, Number 3, April 1997, pp. 303-309.
- Todd Trimble, Solution to POW-12: A graph coloring problem
- Eric Weisstein's World of Mathematics, Domatic Number
- Eric Weisstein's World of Mathematics, Hypercube Graph
- Wikipedia, Domatic number
Extensions
a(9) from Stan Wagon, Jul 15 2017
Comments