login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143403 Expansion of x^k/Product_{t=k..2k} (1-tx) for k=8. 2
0, 0, 0, 0, 0, 0, 0, 0, 1, 108, 6510, 289080, 10550067, 335170836, 9597839680, 253489991040, 6275077781973, 147318890173884, 3309320153700210, 71623038281001480, 1501654449863348119, 30633757929391948452, 610246760750629071300, 11906371167306982146000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
a(n) is also the number of forests of 8 labeled rooted trees of height at most 1 with n labels, where any root may contain >= 1 labels.
LINKS
FORMULA
G.f.: x^8/((1-8x)(1-9x)(1-10x)(1-11x)(1-12x)(1-13x)(1-14x)(1-15x)(1-16x)).
E.g.f.: exp(8*x)*((exp(x)-1)^8)/8!.
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(8); seq(a(n), n=0..27);
CROSSREFS
8th column of A143395.
Sequence in context: A054624 A147821 A269148 * A269210 A299857 A132053
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 12 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)