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.

Showing 1-1 of 1 results.

A186705 The Erdős unit distance problem: the maximum number of occurrences of the same distance among n points in the plane.

Original entry on oeis.org

0, 1, 3, 5, 7, 9, 12, 14, 18, 20, 23, 27, 30, 33, 37, 41, 43, 46, 50, 54, 57
Offset: 1

Views

Author

Michael Somos, Feb 25 2011

Keywords

Comments

An upper bound is floor(k*n^(4/3)), A129011, if k is close enough to 1. Also a(27)=81 (Hamming 3,3 graph). - Ed Pegg Jr, Feb 02 2018

Examples

			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.
Comment from _Allan C. Wechsler_, Sep 17 2018: (Start)
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.
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)
		

References

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

Crossrefs

Cf. A385657 (number of nonisomorphic maximally dense unit-distance graphs).

Extensions

Extended to a(21) using values from Version 2 of the Alexeev et al. arXiv manuscript. - N. J. A. Sloane, Jun 24 2025
Showing 1-1 of 1 results.