OFFSET
1,7
COMMENTS
The ranked poset L(n) of partitions is defined in A002846. A partition of n into k parts is connected to another partition of n into k+1 parts that results from splitting one part of the first partition into two parts.
LINKS
Alois P. Heinz, Rows n = 1..9, flattened
Olivier GĂ©rard, The ranked posets L(2),...,L(8)
Eric Weisstein's World of Mathematics, Chromatic Polynomial
Wikipedia, Chromatic Polynomial
EXAMPLE
L(5): (32)---(221)
/ \ / \
/ X \
/ / \ \
(5)---(41)---(311)---(2111)---(11111)
Chromatic polynomial: q^7-9*q^6+36*q^5-79*q^4+98*q^3-64*q^2+17*q.
Triangle T(n,k) begins:
1, 0;
1, -1, 0;
1, -2, 1, 0;
1, -5, 10, -9, 3, 0;
1, -9, 36, -79, 98, -64, 17, 0;
1, -17, 136, -666, 2192, -5032, 8111, -9013, 6569, -2818, 537, 0;
CROSSREFS
Row sums (for n>1) and last elements of rows give: A000004.
KEYWORD
sign,tabf,changed
AUTHOR
Alois P. Heinz, Jun 15 2012
EXTENSIONS
Edited by Alois P. Heinz at the suggestion of Gus Wiseman, May 02 2016
STATUS
approved