A176210 Triangle read by rows in which row n (n>=3) lists those partitions of n with every part > 2.
3, 4, 5, 6, 3, 3, 7, 4, 3, 8, 5, 3, 4, 4, 9, 6, 3, 5, 4, 3, 3, 3, 10, 7, 3, 6, 4, 5, 5, 4, 3, 3, 11, 8, 3, 7, 4, 6, 5, 5, 3, 3, 4, 4, 3, 12, 9, 3, 8, 4, 7, 5, 6, 6, 6, 3, 3, 5, 4, 3, 4, 4, 4, 3, 3, 3, 3, 13, 10, 3, 9, 4, 8, 5, 7, 6, 7, 3, 3, 6, 4, 3, 5, 5, 3, 5, 4, 4, 4, 3, 3, 3
Offset: 3
Examples
For n in {0,1,2} there are no parts; so those rows are empty. 3 (one partition only) 4 (one partition only) 5 (one partition only) 6; 3, 3 7; 4, 3 8; 5, 3; 4, 4 9; 6, 3; 5, 4; 3, 3, 3 10; 7, 3; 6, 4; 5, 5; 4, 3, 3 11; 8, 3; 7, 4; 6, 5; 5, 3, 3; 4, 4, 3 12; 9, 3; 8, 4; 7, 5; 6, 6; 6, 3, 3; 5, 4, 3; 4, 4, 4; 3, 3, 3, 3 13; 10, 3; 9, 4; 8, 5; 7, 6; 7, 3, 3; 6, 4, 3; 5, 5, 3; 5, 4, 4; 4, 3, 3, 3
Links
- J. S. Kimberley, Rows 3..39 of A176210 triangle, flattened [b-file corrected by _N. J. A. Sloane_, Oct 05 2010]
Crossrefs
Programs
-
Magma
&cat[ &cat RestrictedPartitions(n,{3..n}):n in [1..13]];
Extensions
Extensively edited by Jason Kimberley, May 13 2010
Comments