A185370 Triangle read by rows: T(n,k) is the number of occurrences of k in the n-th region of the set of partitions of j, if 1<=n<=A000041(j).
1, 1, 1, 2, 0, 1, 0, 1, 3, 1, 0, 1, 0, 0, 1, 5, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 7, 2, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 11, 2, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 15, 4, 1, 1, 0, 0, 0, 1
Offset: 1
Examples
First seven regions of any integer >= 5 are [1], [2,1], [3,1,1], [2], [4,2,1,1,1], [3], [5,2,1,1,1,1,1] (see illustrations, see also A206437). The 7th region contains five 1's, only one 2 and only one 5. There are no 3's. There are no 4's, so row 7 is [5, 1, 0, 0, 1]. ----------------------------------------- n j m k : 1 2 3 4 5 6 7 8 ----------------------------------------- 1 1 1 1; 2 2 1 1, 1; 3 3 1 2, 0, 1; 4 4 1 0, 1; 5 4 2 3, 1, 0, 1; 6 5 1 0, 0, 1; 7 5 2 5, 1, 0, 0, 1; 8 6 1 0, 1; 9 6 2 0, 1, 0, 1; 10 6 3 0, 0, 1; 11 6 4 7, 2, 1, 0, 0, 1; 12 7 1 0, 0, 1; 13 7 2 0, 1, 0, 0, 1; 14 7 3 0, 0, 0, 1; 15 7 4 11, 2, 1, 0, 0, 0, 1; 16 8 1 0, 1; 17 8 2 0, 1, 0, 1; 18 8 3 0, 0, 1; 19 8 4 0, 2, 1, 0, 0, 1; 20 8 5 0, 0, 0, 0, 1; 21 8 6 0, 0, 0, 1; 22 8 7 15, 4, 1, 1, 0, 0, 0, 1;
Links
- Omar E. Pol, Illustration of the seven regions of 5
Comments