A194437 Triangle read by rows: T(n,k) = sum of parts in the k-th region of n.
1, 1, 3, 1, 3, 5, 1, 3, 5, 2, 9, 1, 3, 5, 2, 9, 3, 12, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 3, 7, 4, 25, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 3, 7, 4, 25, 2, 6, 3, 13, 5, 4, 38, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 3, 7
Offset: 1
Examples
Triangle begins: 1; 1,3; 1,3,5; 1,3,5,2,9; 1,3,5,2,9,3,12; 1,3,5,2,9,3,12,2,6,3,20; 1,3,5,2,9,3,12,2,6,3,20,3,7,4,25; 1,3,5,2,9,3,12,2,6,3,20,3,7,4,25,2,6,3,13,5,4,38; ... Row n has length A000041(n). Row sums give A066186. Right border gives A046746. Records in every row give A046746. Rows converge to A186412.