A316222 Number of positive subset-sum triangles whose composite is a positive subset-sum of an integer partition of n.
1, 5, 20, 74, 258, 855, 2736, 8447
Offset: 1
Examples
We write positive subset-sum triangles in the form rootsum(branch,...,branch). The a(2) = 5 positive subset-sum triangles: 2(2(2)) 1(1(1,1)) 2(2(1,1)) 1(1(1),1(1)) 2(1(1),1(1))
Comments