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.

A353782 Number of regions among all distinct circles that can be constructed from a point on the origin and n equally spaced points on each of the +x,-x,+y,-y coordinates axes using only a compass.

Original entry on oeis.org

112, 1264, 5548, 14976, 37092, 77096, 143560, 237504
Offset: 1

Views

Author

Scott R. Shannon, Mar 13 2023

Keywords

Comments

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

Crossrefs

Cf. A354605 (vertices), A356358 (edges), A361623 (k-gons), A361622 (distinct circles), A359933, A359860, A359253, A359570, A359046.

Formula

a(n) = A356358 - A354605(n) + 1 by Euler's formula.