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.

A385160 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 points where circles intersect.

Original entry on oeis.org

4, 68, 4244, 38100, 222300, 695544, 2252764
Offset: 1

Views

Author

Scott R. Shannon, Jul 10 2025

Keywords

Crossrefs

Cf. A385159 (total circles), A385161 (regions), A385162 (edges), A384703, A383461, A374825, A359569.

Formula

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