A161696 Number of reduced words of length n in the Weyl group B_3.
1, 3, 5, 7, 8, 8, 7, 5, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Keywords
References
- J. E. Humphreys, Reflection Groups and Coxeter Groups, Cambridge, 1990. See under Poincaré polynomial.
- N. Bourbaki, Groupes et algèbres de Lie, Chap. 4, 5, 6. (The group is defined in Planche II.)
Links
- Tom Karzes, Polyhedron Coordination Sequences
Crossrefs
Programs
-
Magma
m:=10; R
:=PowerSeriesRing(Integers(), m); Coefficients(R!((&*[1-t^(2*k): k in [1..3]])/(1-t)^3)); // G. C. Greubel, Oct 25 2018 -
Maple
seq(coeff(series(mul((1-x^(2k))/(1-x),k=1..3),x,n+1), x, n), n = 0 .. 120); # Muniru A Asiru, Oct 25 2018
-
Mathematica
CoefficientList[Series[Product[(1-x^(2*k)), {k,1,3}] /(1-x)^3, {x,0,9}], x] (* G. C. Greubel, Oct 25 2018 *)
-
PARI
t='t+O('t^10); Vec(prod(k=1,3,1-t^(2*k))/(1-t)^3) \\ G. C. Greubel, Oct 25 2018
Formula
G.f. for B_m is the polynomial Prod_{k=1..m}(1-x^(2k))/(1-x). Only finitely many terms are nonzero. This is a row of the triangle in A128084.
Comments