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.

A335772 Irregular table read by rows: n-sect the angles of an octagon. Then T(n,k) = number of k-sided polygons in that figure for k >= 3.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 8, 16, 8, 0, 0, 0, 1, 64, 32, 8, 112, 160, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 56, 24, 224, 272, 72, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 304, 176, 136, 8, 336, 224, 104, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 496, 320, 192, 40, 8
Offset: 1

Views

Author

Lars Blomberg, Jun 23 2020

Keywords

Comments

For n<=200 no polygon has more than 16 edges.
See A335769 for illustrations.

Examples

			The table begins
0, 0, 0, 0, 0, 1;
8;
16, 8, 0, 0, 0, 1;
64, 32, 8;
112, 160, 24, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
56, 24;
224, 272, 72, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
304, 176, 136, 8;
336, 224, 104, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
496, 320, 192, 40, 8;
		

Crossrefs

Cf. A333076 (n-sected sides, not angles), A335769 (regions), A335770 (vertices), A335771 (edges).