A342968 Irregular triangle read by rows: T(n,k) is the number of n+2-sided polygons with the property that one makes k turns on itself while following its edges.
1, 0, 1, 2, 1, 5, 6, 1, 24, 28, 8, 119, 183, 57, 1, 832, 1209, 432, 47, 6255, 9514, 3760, 630, 1, 54380, 82636, 36352, 7828, 244, 515284, 812714, 383648, 94997, 7756, 1, 5454624, 8727684, 4377888, 1243482, 153536, 1186
Offset: 0
Examples
Triangle begins: 1; 0, 1; 2, 1; 5, 6, 1; 24, 28, 8; 119, 183, 57, 1;
Links
- Ludovic Schwob, Illustration of T(5,k), 0 <= k <= 3
Crossrefs
Row sums give A001710(n+1) (number of polygons with n+2 sides).
Formula
T(2*n-1,n)=1 for all n >= 1: the only solution is the polygon with Schläfli symbol {2*n+1/n}.
Comments