A211980 Triangle read by rows: T(n,k) = total number of regions in the last n-k+1 shells of n.
1, 2, 1, 3, 2, 1, 5, 4, 3, 2, 7, 6, 5, 4, 2, 11, 10, 9, 8, 6, 4, 15, 14, 13, 12, 10, 8, 4, 22, 21, 20, 19, 17, 15, 11, 7, 30, 29, 28, 27, 25, 23, 19, 15, 8, 42, 41, 40, 39, 37, 35, 31, 27, 20, 12, 56, 55, 54, 53, 51, 49, 45, 41, 34, 26, 14, 77, 76, 75
Offset: 1
Examples
Triangle begins: 1; 2, 1; 3, 2, 1; 5, 4, 3, 2; 7, 6, 5, 4, 2; 11, 10, 9, 8, 6, 4; 15, 14, 13, 12, 10, 8, 4; 22, 21, 20, 19, 17, 15, 11, 7; 30, 29, 28, 27, 25, 23, 19, 15, 8; 42, 41, 40, 39, 37, 35, 31, 27, 20, 12; 56, 55, 54, 53, 51, 49, 45, 41, 34, 26, 14; 77, 76, 75, 74, 72, 70, 66, 62, 55, 47, 35, 21;
Links
- Omar E. Pol, Illustration of the seven regions of 5
Comments