A362817 Irregular triangle read by rows: T(n,k) (n>=1, k>=1) is the number of edges of the k-th polygon (or part), from left to right, of the symmetric representation of sigma(n).
4, 6, 4, 4, 10, 4, 4, 12, 4, 4, 14, 4, 6, 4, 8, 8, 4, 4, 18, 4, 4, 8, 8, 4, 12, 4, 22, 4, 4, 22, 4, 4, 22, 4, 8, 8, 4, 8, 8, 4, 4, 26, 4, 10, 4, 8, 8, 4, 8, 8, 4, 28, 4, 4, 30, 4, 4, 30
Offset: 1
Examples
Triangle begins: 4; 6; 4, 4; 10; 4, 4; 12; 4, 4; 14; 4, 6, 4; 8, 8; 4, 4; 18; 4, 4; 8, 8; 4, 12, 4; ... Illustration of row 9: 4 _ _ _ _ _ |_ _ _ _ _| |_ _ 6 |_ | |_|_ _ | | | | | | 4 | | |_| . For n = 9 the symmetric representation of sigma(9) has three parts from left to right as follows: a rectangle, a concave hexagon and a rectangle. The number of edges of the polygons are 4, 6, 4 respectively, so the row 9 of the triangle is [4, 6, 4].
Comments