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.

A374825 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 vertices formed from all circle intersections.

Original entry on oeis.org

0, 1, 4, 13, 71, 313, 1625, 3073, 17443, 28601, 115094, 95965, 527463, 587441
Offset: 1

Views

Author

Scott R. Shannon, Jul 21 2024

Keywords

Crossrefs

Cf. A374826 (regions), A374827 (edges), A374828 (k-gons), A007569 (total circles), A370980, A374338.

Formula

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