Link #1083 to A186704#295
Merged
Merged
Conversation
widefox
pushed a commit
to widefox/erdosproblems
that referenced
this pull request
Jul 19, 2026
widefox
pushed a commit
to widefox/erdosproblems
that referenced
this pull request
Jul 19, 2026
Link teorth#295 to A192881
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem #1083 studies$f_d(n)$ , the minimum number of distinct distances determined by $n$ points in $\mathbb{R}^d$ , for $d \geq 3$ .
A186704 "The minimum number of distinct distances determined by n points in the Euclidean plane" is the$d=2$ specialisation. Cross-referencing it on #1083 gives readers the lower-dimensional base case and ties the problem family together; A186704 already cites #89 (the $d=2$ form).
"possible" retained because the$d \geq 3$ values $f_d(n)$ are not currently in OEIS.
(AI-assisted; OEIS match is a known sequence, not a new submission.)