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.

A385161 Place a point on the integer coordinates, up to |n|, along all four axial directions on a Cartesian plane, and then join a circle through every unordered triple of non-collinear points: a(n) is the number of distinct (finite) regions created.

Original entry on oeis.org

1, 117, 4713, 41173, 233365, 725081, 2323869
Offset: 1

Views

Author

Scott R. Shannon, Jul 10 2025

Keywords

Crossrefs

Cf. A385159 (total circles), A385160 (vertices), A385162 (edges), A384702, A374826, A372977, A359570.

Formula

a(n) = A385162(n) - A385160(n) + 1 by Euler's formula.