|
Search: id:A141622
|
|
|
| A141622 |
|
Triangle read by rows: coefficients of chromatic polynomials for the poset of Dyck paths ordered by inclusion. |
|
+0 1
|
|
| 1, 1, 1, -1, 1, -5, 10, -9, 3, 1, -21, 210, -1321, 5823, -18968, 46908, -89034, 129490, -142270, 114532, -63791, 21940, -3499
(list; graph; listen)
|
|
|
OFFSET
|
0,6
|
|
|
COMMENT
|
Number of entries in the rows are the Catalan numbers, see A000108.
|
|
REFERENCES
|
G. Berman and K. D. Fryer, Introduction to Combinatorics, Academic Press, New York, 1972.
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999
|
|
FORMULA
|
C(G,t)=C(G-e,t) - C(G\e,t)
|
|
EXAMPLE
|
Chromatic polynomial for D_3 is t^5 - 5t^4 + 10t^3 - 9t^2 +3t
Table begins:
1.....................n=0
1.....................n=1
1,-1.................n=2
1,-5,10,-9,3.... n=3
...
|
|
MAPLE
|
with(networks); new(G); #this is the graph for D_3 addvertex({1, 2, 3, 4}, G); addedge(Cycle(1, 2, 3, 4), G); addvertex(5, G); addedge({4, 5}, G); draw(G); ans:=chrompoly(G, x)
|
|
CROSSREFS
|
Cf. A000108.
Sequence in context: A104645 A067843 A109360 this_sequence A144136 A144171 A001483
Adjacent sequences: A141619 A141620 A141621 this_sequence A141623 A141624 A141625
|
|
KEYWORD
|
sign,tabf
|
|
AUTHOR
|
Jennifer Woodcock (Jennifer.Woodcock(AT)ugdsb.on.ca), Aug 23 2008
|
|
|
Search completed in 0.002 seconds
|