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.

A303735 a(n) is the metric dimension of the n-dimensional hypercube.

This page as a plain text file.
%I A303735 #68 Apr 08 2025 08:42:33
%S A303735 1,2,3,4,4,5,6,6,7,7,8,8,8
%N A303735 a(n) is the metric dimension of the n-dimensional hypercube.
%C A303735 The metric dimension of a graph is the least number of nodes needed to characterize uniquely any other vertex by its vector of distances to those nodes. Determining the metric dimension of a general graph is a known NP-complete problem. It is not known, however, whether or not the metric dimension of hypercubes is NP-complete.
%C A303735 The nondecreasing sequence a(n) provides the metric dimension of the n-dimensional hypercube (i.e., with 2^n vertices) for 1 <= n <= 10, computed by brute force. Using an approximation algorithm, Mladenović et al. claim that the next seven terms in the sequence are 8, 8, 8, 9, 9, 10, 10.
%C A303735 Observation: first 11 terms coincide with A187103. - _Omar E. Pol_, Apr 29 2018 [updated by _Pontus von Brömssen_, Apr 06 2023]
%C A303735 Independent Verfication: Using the MaxSat solver RC2 (Ignatiev et al., 2019), and symmetry breaking constraints, I have verified the first 10 terms. In the previous references given, it is not clear which of the terms have been verified and which only have upper bounds verified. - _Victor S. Miller_, Mar 27 2023
%D A303735 Harary, F. and Melter, R. A. "On the metric dimension of a graph." Ars Combinatoria, 2:191-195 (1976).
%H A303735 Alexey Ignatiev, Antonio Morgado, and Joao Marques-Silva, <a href="https://journals.sagepub.com/doi/abs/10.3233/SAT190116">RC2: an efficient MaxSAT solver</a>, Journal on Satisfiability, Boolean Modelling and Computation 11 (2019), 53-64; <a href="https://alexeyignatiev.github.io/publications/#:~:text=RC2">alternative link</a>.
%H A303735 Lucas Laird, Richard C. Tillquist, Stephen Becker, and Manuel E. Lladser, <a href="https://arxiv.org/abs/1907.05974">Resolvability of Hamming Graphs</a>, arXiv:1907.05974 [cs.DM], 2019.
%H A303735 N. Mladenović, J. Kratica, V. Kovačević-Vujcic, and M. Čangalović, <a href="https://doi.org/10.1016/j.ejor.2012.02.019">Variable neighborhood search for metric dimension and minimal doubly resolving set problems</a>, European Journal of Operational Research, 220:328-337 (2012).
%H A303735 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HypercubeGraph.html">Hypercube Graph</a>
%H A303735 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/MetricDimension.html">Metric Dimension</a>
%e A303735 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.
%e A303735 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.
%Y A303735 Cf. A008949 (number of vertices on the hypercube graph Q_n whose distance from a reference vertex is <= k).
%Y A303735 Cf. A066051 (number of automorphisms of hypercubes).
%Y A303735 Cf. A187103.
%K A303735 nonn,hard,more
%O A303735 1,2
%A A303735 _Manuel E. Lladser_, Apr 29 2018
%E A303735 a(11) from _Victor S. Miller_, Apr 04 2023
%E A303735 a(12)-a(13) from _Victor S. Miller_, May 03 2023