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.

A372731 Number of vertices among all distinct circles that can be constructed from the 3 vertices and the equally spaced 3*n points placed on the sides of an equilateral triangle when every pair of the 3 + 3*n points are connected by a circle and where the points lie at the ends of the circle's diameter.

Original entry on oeis.org

6, 51, 301, 1272, 3285, 8401, 16050, 30036, 49801, 80916, 120447, 180307, 249108, 350145, 465898, 618213
Offset: 0

Views

Author

Scott R. Shannon, May 12 2024

Keywords

Comments

A circle is constructed for every pair of the 3 + 3*n points, the two points lying at the ends of a diameter of the circle.

Crossrefs

Cf. A372732 (regions), A372733 (edges), A372734 (k-gons), A372735 (number of circles), A372614, A371373, A354605, A360351.

Formula

a(n) = A372733(n) - A372732(n) + 1 by Euler's formula.