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.

A372980 Irregular table read by rows: T(n,k) is the number of k-gons, k>=3, among all distinct circles that can be constructed from the 4 vertices and the equally spaced 4*n points placed on the sides of a square, using only a compass.

This page as a plain text file.
%I A372980 #11 Feb 19 2025 11:56:50
%S A372980 16,29,272,260,80,12,4,1708,2253,528,120,20,4,5200,7636,2136,432,44,
%T A372980 20,8,13732,20788,5712,1120,184,17,8,31576,49284,14060,3180,584,108,
%U A372980 16,64748,103557,30372,6472,980,172,4,12,103368,166804,49920,11196,1660,260,48,16,181376,296388,88916,19844,3128,445,64,20
%N A372980 Irregular table read by rows: T(n,k) is the number of k-gons, k>=3, among all distinct circles that can be constructed from the 4 vertices and the equally spaced 4*n points placed on the sides of a square, using only a compass.
%C A372980 A circle is constructed for every pair of the 4 + 4*n points, the first point defines the circle's center while the second the radius distance.
%C A372980 Unlike A372617, a similar sequence but with vertices on an equilateral triangle, for the terms studied no graph has 2-edged regions.
%C A372980 See A372977 and A372978 for images of the circles.
%F A372980 Sum of row n = A372978(n).
%e A372980 The table begins:
%e A372980 16, 29;
%e A372980 272, 260, 80, 12, 4;
%e A372980 1708, 2253, 528, 120, 20, 4;
%e A372980 5200, 7636, 2136, 432, 44, 20, 8;
%e A372980 13732, 20788, 5712, 1120, 184, 17, 8;
%e A372980 31576, 49284, 14060, 3180, 584, 108, 16;
%e A372980 64748, 103557, 30372, 6472, 980, 172, 4, 12;
%e A372980 103368, 166804, 49920, 11196, 1660, 260, 48, 16;
%e A372980 181376, 296388, 88916, 19844, 3128, 445, 64, 20;
%e A372980 .
%e A372980 .
%Y A372980 Cf. A372977 (vertices), A372978 (regions), A372979 (edges), A372981 (circles), A372617, A371376, A361623, A360354.
%K A372980 nonn,tabf
%O A372980 0,1
%A A372980 _Scott R. Shannon_, May 19 2024