A182377 Total sum of positive ranks of all regions in the last shell of n.
0, 0, 0, 1, 2, 5, 8, 14, 21, 32, 45, 67, 91
Offset: 1
Examples
For n = 7 the last shell of 7 contains four regions: [3],[5,2],[4],[7,3,2,2,1,1,1,1,1,1,1,1,1,1,1] so we have: ---------------------------------------------------------- . Largest Number Region part of parts Rank ---------------------------------------------------------- . 1 3 1 2 . 2 5 2 3 . 3 4 1 3 . 4 7 15 -8 . The sum of positive ranks is a(7) = 2 + 3 + 3 = 8.
Links
- Omar E. Pol, Illustration of the seven regions of 5
Comments