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!)
A166442 Number of reduced words of length n in Coxeter group on 48 generators S_i with relations (S_i)^2 = (S_i S_j)^11 = I. 1

%I #23 Nov 24 2016 09:32:49

%S 1,48,2256,106032,4983504,234224688,11008560336,517402335792,

%T 24317909782224,1142941759764528,53718262708932816,

%U 2524758347319841224,118663642324032484512,5577191189229524281440,262127985893787524168352

%N Number of reduced words of length n in Coxeter group on 48 generators S_i with relations (S_i)^2 = (S_i S_j)^11 = I.

%C The initial terms coincide with those of A170767, although the two sequences are eventually different.

%C Computed with MAGMA using commands similar to those used to compute A154638.

%H G. C. Greubel, <a href="/A166442/b166442.txt">Table of n, a(n) for n = 0..500</a>

%H <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (46, 46, 46, 46, 46, 46, 46, 46, 46, 46, -1081).

%F G.f.: (t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(1081*t^11 - 46*t^10 - 46*t^9 - 46*t^8 - 46*t^7 - 46*t^6 - 46*t^5 - 46*t^4 - 46*t^3 - 46*t^2 - 46*t + 1).

%t With[{num=Total[2t^Range[10] ]+t^11+1,den=Total[-46 t^Range[10]]+ 1081t^11+ 1}, CoefficientList[Series[num/den,{t,0,30}],t]] (* _Harvey P. Dale_, Jul 21 2011 *)

%t CoefficientList[Series[(x^11 + 2 x^10 + 2 x^9 + 2 x^8 + 2 x^7 + 2 x^6 + 2 x^5 + 2 x^4 + 2 x^3 + 2 x^2 + 2 x + 1)/(1081 x^11 - 46 x^10 - 46 x^9 - 46 x^8 - 46 x^7 - 46 x^6 - 46 x^5 - 46 x^4 - 46 x^3 - 46 x^2 - 46 x + 1), {x, 0, 20}], x] (* _Vincenzo Librandi_, May 10 2015 *)

%K nonn

%O 0,2

%A _John Cannon_ and _N. J. A. Sloane_, Dec 03 2009

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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)