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.

A383461 Number of vertices in graph G_n formed by taking a regular n-gon with all its chords extended to infinity (the n-th graph in A344857) and inverting it in its circumscribing circle.

Original entry on oeis.org

4, 5, 16, 37, 92, 145, 334, 471, 892, 901, 1964, 2185, 3796, 3969, 6682, 5563, 10964, 11141, 17032, 17293, 25324, 21913, 36326, 36479, 50572, 50485, 68644, 51661, 91172, 90753, 118834, 118355, 152356, 139861, 192512, 191445, 240124, 238481
Offset: 3

Views

Author

Keywords

Comments

Inverting a point or a line in a circle C with center O and radius r is a classical operation in geometry (Coxeter, Section 6.3; Pedoe, pp. 4-9). Every point A inside C except O itself has an inverse point A' outside the circle; A' lies on the line OA and satisfies |OA|*|OA'| = r^2. The inverse of the center O is undefined.
If a line L passes through O its inverse is L itself. If L is not a diameter of C, and meets C in two points A and B, the inverse of L is the circle through O, A, and B.
Theorem: G_n has A345025(n) regions. If n is even then n of these regions are infinite, otherwise there is a single infinite region.
The initial versions of the illustrations were made by NJAS using GeoGebra. The colored versions were added later by SRS using a Java program. These have greater resolution and include information about the vertex and region counts.

References

  • H. S. M. Coxeter, Introduction to Geometry, Wiley, 1961.
  • D. Pedoe, Circles: A Mathematical View, Dover, 1979.

Crossrefs

Formula

a(n) = A146212(n) + (n mod 2).