login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109281 Triangle T(n,k) of elements of n-th Weyl group of type B whose reduced word uses n-k generators. 2
1, 1, 1, 5, 2, 1, 35, 9, 3, 1, 309, 56, 14, 4, 1, 3287, 443, 84, 20, 5, 1, 41005, 4298, 623, 120, 27, 6, 1, 588487, 49937, 5629, 859, 165, 35, 7, 1, 9571125, 680700, 61300, 7360, 1162, 220, 44, 8, 1, 174230863, 10683103, 793402, 75714, 9584, 1544, 286, 54, 9, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Row sums are 2^n n!; g.f. for k-th column is given by (1-1/g(x))^(k-1)*g(2x)/g(x)

LINKS

N. Bergeron, C. Hohlweg, M. Zabrocki, Posets related to the connectivity set of Coxeter groups

FORMULA

G.f.: g(2x)/(t+(1-t)g(x)) where g(x) = sum_{n>=0} n! x^n

EXAMPLE

T(3,1)=9 because B_3 is generated by {t,s1,s2} where t^2=s1^2=s2^2=(s1 s2)^3=(t s1)^4=(t s2)^2=1

The 9 elements which only use 2 generators are {s1 s2, s1 s2 s1, s2 s1, s2 t, t s1, s1 t s1, s1 t s1 t, s1 t, t s1 t}

MAPLE

f:=proc(n, k) local gx; gx:=add(i!*x^i, i=0..n); coeff(series((1-1/gx)^k*subs(x=2*x, gx)/gx, x, n+1), x, n); end:

CROSSREFS

Cf. A109253, A003319, A085771, A059438.

Sequence in context: A083801 A193590 A111544 * A133289 A107719 A174485

Adjacent sequences:  A109278 A109279 A109280 * A109282 A109283 A109284

KEYWORD

nonn,tabl

AUTHOR

Mike Zabrocki (zabrocki(AT)mathstat.yorku.ca), Aug 19 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:41 EST 2012. Contains 205862 sequences.