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.

A360351 Number of vertices among all distinct circles that can be constructed from an n X n square grid of points when each pair of points is connected by a circle and the points lie at the ends of a diameter of the circle.

Original entry on oeis.org

5, 77, 1045, 6885, 30265, 104421, 309973, 800185, 1862053
Offset: 2

Views

Author

Scott R. Shannon, Feb 03 2023

Keywords

Comments

A circle is constructed for every pair of points on the n X n grid, the points lying at the ends of a diameter of the circle. The number of distinct circles constructed from the n X n grid is A360350(n).

Crossrefs

Cf. A360352 (regions), A360353 (edges), A360354 (k-gons), A360350 (distinct circles), A359932.

Formula

a(n) = A360353(n) - A360352(n) + 1 by Euler's formula.