A383086 The number of distinct distances between points in the Euclidean plane where the points are constructed via a straightedge-and-compass construction using n circles and no lines.
1, 1, 2, 4, 35, 2480
Offset: 0
Examples
For n = 0 and n = 1, the only number that is constructible is 1, the distance between the two initial points. For n = 2, we additionally can construct sqrt(3): draw two unit circles, centered at each of the two starting points. These unit circles intersect in two places, which are a distance of sqrt(3) apart. For n = 3, we additionally can construct 2, and 3.
Links
- Wikipedia, Constructible number
- Wikipedia, Mohr-Mascheroni theorem
Comments