A316223 Number of subset-sum triangles with composite a subset-sum of the integer partition with Heinz number n.
0, 1, 1, 4, 1, 6, 1, 13, 4, 6, 1, 25, 1, 6, 6, 38, 1, 26, 1, 26, 6, 6
Offset: 1
Examples
We write positive subset-sum triangles in the form rootsum(branch,...,branch). The a(8) = 13 triangles: 1(1(1,1,1)) 2(2(1,1,1)) 3(3(1,1,1)) 1(1(1),1(1,1)) 2(1(1),1(1,1)) 1(1(1),2(1,1)) 2(1(1),2(1,1)) 3(1(1),2(1,1)) 1(1(1,1),1(1)) 2(1(1,1),1(1)) 1(1(1),1(1),1(1)) 2(1(1),1(1),1(1)) 3(1(1),1(1),1(1))
Comments