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.

A358782 The number of regions formed when every pair of n points, placed at the vertices of a regular n-gon, are connected by a circle and where the points lie at the ends of the circle's diameter.

Original entry on oeis.org

1, 7, 12, 66, 85, 281, 264, 802, 821, 1893, 1740, 3810, 3725, 6871, 6448, 11748, 11125, 18317, 17160, 27616, 26797, 40067, 37176, 56826, 54653, 77707, 74788, 103734, 101041, 136835, 131744, 176584, 172109, 223931, 216900, 281090, 273829, 348583, 337480, 425950, 416641
Offset: 2

Views

Author

Scott R. Shannon, Nov 30 2022

Keywords

Comments

Conjecture: for odd values of n all vertices are simple, other than those defining the diameters of the circles. No formula for n, or only the odd values of n, is currently known.
The author thanks Zach Shannon some of whose code was used in the generation of this sequence.
If n is odd, the circle containing the initial n points is not part of the graph (compare A370976-A370979). - N. J. A. Sloane, Mar 25 2024

Crossrefs

Cf. A358746 (vertices), A358783 (edges), A359009 (k-gons), A007678, A344857.
See allso A370976-A370979.

Formula

a(n) = A358783(n) - A358746(n) + 1 by Euler's formula.