login
The maximum number of occurrences of the same distance among n points in the plane.
4

%I #45 Nov 28 2022 22:50:32

%S 0,1,3,5,7,9,12,14,18,20,23,27,30,33

%N The maximum number of occurrences of the same distance among n points in the plane.

%C An upper bound is floor(k*n^(4/3)), A129011 if k is near enough to 1.

%C a(21)=57.

%C a(27)=81 (Hamming 3,3 graph). - _Ed Pegg Jr_, Feb 02 2018

%D P. Brass, W. O. J. Moser, J. Pach, Research Problems in Discrete Geometry, Springer (2005), p. 183

%H Jean-Paul Delahaye, <a href="http://www.pourlascience.fr/ewb_pages/a/article-les-graphes-allumettes-33448.php">Les graphes-allumettes</a>, (in French), Pour la Science no. 445, November 2014, pages 108-113. (On page 112, for n=6, drawing 2, one segment is missing.)

%H P. Erdős, <a href="http://www.renyi.hu/~p_erdos/1946-03.pdf">On sets of distances of n points</a>, American Mathematical Monthly 53, pp. 248-250 (1946).

%H Sascha Kurz, <a href="http://arxiv.org/abs/2112.12716">Plane point sets with many squares or isosceles right triangles</a>, arXiv:2112.12716 [math.CO], 2021.

%H Ed Pegg Jr, <a href="https://math.stackexchange.com/questions/2575268/maximally-dense-unit-distance-graphs">Maximally Dense Unit Distance Graphs</a>

%e a(4) = 5 because there is a unit distance graph with 4 vertices of an equilateral rhombus such that all but one of the six pairs of vertices are unit distance apart.

%e Comment from _Allan C. Wechsler_, Sep 17 2018: (Start)

%e Construction for a(9)=18: Take a convex, equilateral hexagon ABCDEF. Make the angles vary a bit, though, to avoid the hexagon being regular. Now, on each of the six sides, construct an equilateral triangle pointing into the hexagon. In general, the triangles will overlap here and there; this is OK because we aren't going to care about edges crossing each other. So we have triangles ABU, BCV, CDW, DEX, EFY, and FAZ: a total of twelve points with 18 unit distances among them.

%e Now adjust the hexagon to make some pairs of the internal points coincide. We want to make U=X, V=Y, and W=Z. The resulting linkage still has one degree of freedom, so we can arrange it so that none of the edges coincide (they can and must cross, though). The adjusted hexagon will only have two different angles: ABC = CDE = EFA, and BCD = DEF = FAB. The whole thing will have triangular (D_6) symmetry. It will have nine vertices (after merging three pairs from the original 12) but it will still have 18 unit edges. (End)

%Y Cf. A047932, A051602, A063545, A129011, A186926, A293956.

%K nonn,hard,more,nice

%O 1,3

%A _Michael Somos_, Feb 25 2011