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.

This page as a plain text file.
%I A360351 #17 Sep 27 2023 14:57:57
%S A360351 5,77,1045,6885,30265,104421,309973,800185,1862053
%N 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.
%C A360351 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).
%H A360351 Scott R. Shannon, <a href="/A360351/a360351.jpg">Image for n = 2</a>.
%H A360351 Scott R. Shannon, <a href="/A360351/a360351_1.jpg">Image for n = 3</a>.
%H A360351 Scott R. Shannon, <a href="/A360351/a360351_2.jpg">Image for n = 4</a>.
%H A360351 Scott R. Shannon, <a href="/A360351/a360351_3.jpg">Image for n = 5</a>.
%H A360351 N. J. A. Sloane, New Gilbreath Conjectures, Sum and Erase, Dissecting Polygons, and Other New Sequences, Doron Zeilberger's Exper. Math. Seminar, Rutgers, Sep 14 2023: <a href="https://vimeo.com/866583736?share=copy">Video</a>, <a href="http://neilsloane.com/doc/EMSep2023.pdf">Slides</a>, <a href="http://neilsloane.com/doc/EMSep2023.Updates.txt">Updates</a>. (Mentions this sequence.)
%F A360351 a(n) = A360353(n) - A360352(n) + 1 by Euler's formula.
%Y A360351 Cf. A360352 (regions), A360353 (edges), A360354 (k-gons), A360350 (distinct circles), A359932.
%K A360351 nonn,more
%O A360351 2,1
%A A360351 _Scott R. Shannon_, Feb 03 2023