A335353 Irregular table read by rows: Take a square and divide each of its sides into n equal parts giving a total of 4*n nodes, draw straight line segments from node k to node (k+n+1) mod 4*n, 0 <= k < 4*n. Then T(n,k) = number of k-sided polygons in that figure for k >= 3.
4, 16, 8, 0, 0, 0, 1, 32, 5, 32, 40, 8, 0, 0, 1, 64, 28, 16, 0, 0, 0, 0, 0, 0, 1, 80, 56, 24, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 96, 84, 24, 0, 0, 0, 0, 0, 0, 1, 128, 100, 40, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 144, 156, 32, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1
Examples
Table begins: 4; 16, 8, 0, 0, 0, 1; 32, 5; 32, 40, 8, 0, 0, 1; 64, 28, 16, 0, 0, 0, 0, 0, 0, 1; 80, 56, 24, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1; 96, 84, 24, 0, 0, 0, 0, 0, 0, 1; 128, 100, 40, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1; 144, 156, 32, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1; 168, 188, 64, 16, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1; 200, 228, 40, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1; 248, 252, 88, 24, 8, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
Links
- Lars Blomberg, Table of n, a(n) for n = 1..10000
Comments