A359619 Irregular table read by rows: T(n,k) is the number of k-gons, k>=1, after n iterations of constructing circles from all current vertices using only a compass, starting with one vertex. See the Comments.
0, 1, 0, 0, 2, 1, 0, 1, 16, 4, 0, 16, 2470, 3599, 902, 168, 14
Offset: 1
Examples
The table begins: 0; 1; 0, 0, 2, 1; 0, 1, 16, 4; 0, 16, 2470, 3599, 902, 168, 14; . .
Formula
Sum of row n = A359570(n);
Comments