A303735 a(n) is the metric dimension of the n-dimensional hypercube.
1, 2, 3, 4, 4, 5, 6, 6, 7, 7, 8, 8, 8
Offset: 1
Examples
The metric dimension of a complete graph on n vertices (denoted as K_n) is (n - 1). For n = 1 the hypercube is isomorphic to K_2, so a(1)=1. For n = 2, the hypercube has vertices (0,0), (0,1), (1,0), and (1,1), which form a simple cycle. Since each of these nodes has two other nodes at the same distance from it, a(2) >= 2. Using nodes (0,1) and (1,1) to encode all nodes by their distance to these two nodes, we find that (0,0) <-> (1,2); (0,1) <-> (0,1); (1,0) <-> (2,1); and (1,1) <-> (1,0). Since the vectors of distances (1,2), (0,1), (2,1), and (1,0) are all different, a(2) = 2.
References
- Harary, F. and Melter, R. A. "On the metric dimension of a graph." Ars Combinatoria, 2:191-195 (1976).
Links
- Alexey Ignatiev, Antonio Morgado, and Joao Marques-Silva, RC2: an efficient MaxSAT solver, Journal on Satisfiability, Boolean Modelling and Computation 11 (2019), 53-64; alternative link.
- Lucas Laird, Richard C. Tillquist, Stephen Becker, and Manuel E. Lladser, Resolvability of Hamming Graphs, arXiv:1907.05974 [cs.DM], 2019.
- N. Mladenović, J. Kratica, V. Kovačević-Vujcic, and M. Čangalović, Variable neighborhood search for metric dimension and minimal doubly resolving set problems, European Journal of Operational Research, 220:328-337 (2012).
- Eric Weisstein's World of Mathematics, Hypercube Graph
- Eric Weisstein's World of Mathematics, Metric Dimension
Crossrefs
Extensions
a(11) from Victor S. Miller, Apr 04 2023
a(12)-a(13) from Victor S. Miller, May 03 2023
Comments