|
| |
|
|
A080576
|
|
Triangle in which n-th row lists all partitions of n, in graded reflected lexicographic order.
|
|
13
| |
|
|
1, 1, 1, 2, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 1, 3, 2, 3, 1, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 3, 1, 2, 3, 3, 3, 1, 1, 4, 2, 4, 1, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 2, 2, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,4
|
|
|
COMMENTS
| The graded reflected lexicographic ordering of the partitions is used by Maple. - Daniel Forgues, Jan 19 2011
Each partition here is the conjugate of the corresponding partition in Abramowitz and Stegun order (A036036). The partitions are in the reverse of the order of the partitions in Mathematica order (A080577). - Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Oct 18 2006
|
|
|
LINKS
| M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. (uses Flash)
A. M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions
OEIS Wiki, Orderings of partitions (a comparison).
|
|
|
EXAMPLE
| First five rows are:
[[1]]
[[1, 1], [2]]
[[1, 1, 1], [1, 2], [3]]
[[1, 1, 1, 1], [1, 1, 2], [2, 2], [1, 3], [4]]
[[1, 1, 1, 1, 1], [1, 1, 1, 2], [1, 2, 2], [1, 1, 3], [2, 3], [1, 4], [5]]
|
|
|
MAPLE
| with(combinat); partition(6);
|
|
|
CROSSREFS
| See A080577 for the Mathematica (graded reverse lexicographic) ordering.
See A036036 for the "Abramowitz and Stegun" (graded reflected colexicographic) ordering.
See A036037 for the graded colexicographic ordering.
See A193073 for the graded lexicographic ordering. - M. F. Hasler, Jul 16 2011
Sequence in context: A104758 A143227 A026791 * A194673 A083671 A201913
Adjacent sequences: A080573 A080574 A080575 * A080577 A080578 A080579
|
|
|
KEYWORD
| nonn,tabf
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Mar 23 2003
|
|
|
EXTENSIONS
| Edited by Daniel Forgues (kephalopod(AT)gmail.com), Jan 21 2011
|
| |
|
|