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-2 of 2 results.

A383084 The number of points in the Euclidean plane that can be determined via a straightedge-and-compass construction using n or fewer lines and circles.

Original entry on oeis.org

2, 2, 6, 14, 147, 5743, 900487
Offset: 0

Views

Author

Peter Kagey, Apr 16 2025

Keywords

Examples

			For both n = 0 and n = 1, the a(0) = a(1) = 2 points are the initial points: (0,0) and (1,0).
For n = 2, the a(2) = 6 points are the two above points along with (-1,0), (2,0), (1/2,-sqrt(3)/2), and (1/2,sqrt(3)/2):
  (-1,0): formed by intersecting the line between (0,0) and (1,0) with the circle of radius 1 centered at (0,0).
  (2,0): formed by intersecting the line between (0,0) and (1,0) with the circle of radius 1 centered at (1,0).
  (1/2,-sqrt(3)/2), and (1/2,sqrt(3)/2): formed by intersecting the circle of radius 1 centered at (0,0) with the circle of radius 1 centered at (1,0).
		

Crossrefs

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.

Original entry on oeis.org

1, 1, 2, 4, 35, 2480
Offset: 0

Views

Author

Peter Kagey, Apr 16 2025

Keywords

Comments

We say that a real number is a constructible number if it is the distance between two points that can be determined from a straightedge-and-compass construction.
A straightedge-and-compass construction starts with 2 points marked on the plane, traditionally (0,0) and (1,0). In the constructions counted by this sequence, only the compass is used. Circles can be drawn at any marked point through any other marked point, and new points are marked where circles intersect.

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.
		

Crossrefs

Showing 1-2 of 2 results.