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.

A359253 Number of regions among all distinct circles that can be constructed from n equally spaced points along a line using only a compass.

Original entry on oeis.org

3, 14, 51, 116, 255, 466, 821, 1296, 2003, 2904, 4171, 5726, 7795, 10266, 13399, 17026, 21537, 26702, 32995, 40110, 48511, 57996, 69121, 81376, 95511, 111130, 128953, 148432, 170595
Offset: 2

Views

Author

Scott R. Shannon, Dec 22 2022

Keywords

Comments

A circle is constructed for every pair of the n points, the first point defines the circle's center while the second the radius distance. The number of distinct circles constructed for n points is A001859(n-1).
No formula for a(n) is currently known.

Crossrefs

Cf. A359252 (vertices), A359254 (edges), A359258 (k-gons), A001859, A290865, A359046, A358782.

Formula

a(n) = A359254(n) - A359252(n) + 1 by Euler's formula.