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.

A374827 Place n equally spaced points on the circumference of a circle of radius r and then connect each pair of points with straight lines whose intersections create A007569(n) - n additional points. Draw a circle of radius r around each of the A007569(n) points. The sequence gives the total number of curved edges formed from all circle intersections.

Original entry on oeis.org

1, 2, 9, 28, 150, 636, 3290, 6192, 35145, 57380, 230494, 192588, 1055535, 1177148
Offset: 1

Views

Author

Scott R. Shannon, Jul 21 2024

Keywords

Crossrefs

Cf. A374825 (vertices), A374826 (regions), A374828 (k-gons), A007569 (total circles), A183207, A374339.

Formula

a(n) = A374825(n) + A374826(n) - 1, by Euler's formula.