|
Search: id:A143404
|
|
|
| A143404 |
|
Expansion of x^k/Prod_{t=k..2k}(1-tx) for k=9. |
|
+0 2
|
|
| 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 135, 10065, 547965, 24336312, 934863930, 32189799070, 1017281878470, 30001945084683, 835898091070185, 22206607023852615, 566594907018764715, 13964270139973201114, 333991935681805199700
(list; graph; listen)
|
|
|
OFFSET
|
0,11
|
|
|
COMMENT
|
a(n) is also the number of forests of 9 labeled rooted trees of height at most 1 with n labels, where any root may contain >= 1 labels.
|
|
LINKS
|
Index entries for sequences related to rooted trees
|
|
FORMULA
|
G.f.: x^9/ ((1-9x)(1-10x)(1-11x)(1-12x)(1-13x)(1-14x)(1-15x)(1-16x)(1-17x)(1-18*x)).
|
|
MAPLE
|
a := proc(k::nonnegint) local M; M := Matrix(k+1, (i, j)-> if (i=j-1) then 1 elif j=1 then [seq(-1* coeff (product (1-t*x, t=k..2*k), x, u), u=1..k+1)][i] else 0 fi); p-> (M^p)[1, k+1] end(9); seq (a(n), n=0..27);
|
|
CROSSREFS
|
9th column of A143395.
Adjacent sequences: A143401 A143402 A143403 this_sequence A143405 A143406 A143407
Sequence in context: A157734 A061073 A004005 this_sequence A051028 A076011 A132054
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 12 2008
|
|
|
Search completed in 0.002 seconds
|