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!)
A162740 Number of reduced words of length n in Coxeter group on 4 generators S_i with relations (S_i)^2 = (S_i S_j)^3 = I. 2
1, 4, 12, 30, 72, 168, 390, 900, 2076, 4782, 11016, 25368, 58422, 134532, 309804, 713406, 1642824, 3783048, 8711526, 20060676, 46195260, 106377294, 244963080, 564094968, 1298984214, 2991269124, 6888221772, 15862029150, 36526694472, 84112781928, 193692865350 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The initial terms coincide with those of A003946, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.
From Bruno Berselli, Dec 28 2015: (Start)
Also, expansion of b(2)*b(3)/(1 - 2*x - 2*x^2 + 3*x^3), where b(k) = (1-x^k)/(1-x).
This is also the Poincaré series [or Poincare series] for the quasi-Lannér diagram QL4_22 - see Table 7.8 in Maxim Chapovalov, Dimitry Leites and Rafael Stekolshchik (2009), or equivalently Table 6 in the shorter version, Maxim Chapovalov, Dimitry Leites and Rafael Stekolshchik (2010).
(End)
LINKS
Maxim Chapovalov, Dimitry Leites, and Rafael Stekolshchik, The Poincaré series [or Poincare series] of the hyperbolic Coxeter groups with finite volume of fundamental domains, arXiv:0906.1596 [math.RT], 2009, page 31.
Maxim Chapovalov, Dimitry Leites, and Rafael Stekolshchik, The Poincaré series [or Poincare series] of the hyperbolic Coxeter groups with finite volume of fundamental domains, Journal of Nonlinear Mathematical Physics 17.supp01 (2010), page 186.
FORMULA
G.f.: (x^3 + 2*x^2 + 2*x + 1)/(3*x^3 - 2*x^2 - 2*x + 1).
From Bruno Berselli, Dec 28 2015: (Start)
a(n) = 2*a(n-1) + 2*a(n-2) - 3*a(n-3) for n>3.
a(n) = -2 + ((-7+2*sqrt(13))*(1-sqrt(13))^n + (7+2*sqrt(13))*(1+sqrt(13))^n)/(3*sqrt(13)*2^(n-1)) for n>0. (End)
G.f.: (1+x)*(1-x^3)/(1 -3*x +5*x^3 -3*x^4). - G. C. Greubel, Apr 25 2019
MATHEMATICA
CoefficientList[Series[(x^3+2x^2+2x+1)/(3x^3-2x^2-2x+1), {x, 0, 40}], x ] (* Vincenzo Librandi, Apr 29 2014 *)
coxG[{3, 3, -2, 40}] (* The coxG program is at A169452 *) (* G. C. Greubel, Apr 25 2019 *)
PROG
(Magma) m:=40; R<x>:=PowerSeriesRing(Integers(), m); b:=func<k|(1-x^k)/(1-x)>; Coefficients(R!(b(2)*b(3)/(1-2*x-2*x^2+3*x^3))); // Bruno Berselli, Dec 28 2015 - see Chapovalov et al.
(Magma) R<x>:=PowerSeriesRing(Integers(), 40); Coefficients(R!( (1+x)*(1-x^3)/(1-3*x+5*x^3-3*x^4) )); // G. C. Greubel, Apr 25 2019
(PARI) my(x='x+O('x^40)); Vec((1+x)*(1-x^3)/(1-3*x+5*x^3-3*x^4)) \\ G. C. Greubel, Apr 25 2019
(Sage) ((1+x)*(1-x^3)/(1-3*x+5*x^3-3*x^4)).series(x, 40).coefficients(x, sparse=False) # G. C. Greubel, Apr 25 2019
CROSSREFS
Cf. similar sequences listed in A265055.
Sequence in context: A279152 A317780 A274217 * A324943 A301875 A074252
KEYWORD
nonn,easy
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)