The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A166172 Number of reduced words of length n in Coxeter group on 40 generators S_i with relations (S_i)^2 = (S_i S_j)^10 = I. 1

%I #14 Mar 11 2020 18:10:37

%S 1,40,1560,60840,2372760,92537640,3608967960,140749750440,

%T 5489240267160,214080370419240,8349134446349580,325616243407603200,

%U 12699033492895339200,495262306222871990400,19315229942690204328000

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

%C The initial terms coincide with those of A170759, 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="/A166172/b166172.txt">Table of n, a(n) for n = 0..500</a>

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

%F G.f.: (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)/(741*t^10 - 38*t^9 - 38*t^8 - 38*t^7 - 38*t^6 - 38*t^5 - 38*t^4 - 38*t^3 - 38*t^2 - 38*t + 1).

%p seq(coeff(series((1+t)*(1-t^10)/(1-39*t+779*t^10-741*t^11), t, n+1), t, n), n = 0 .. 30); # _G. C. Greubel_, Mar 11 2020

%t CoefficientList[Series[(1+t)*(1-t^10)/(1-39*t+779*t^10-741*t^11), {t,0,30}], t] (* _G. C. Greubel_, May 06 2016 *)

%t coxG[{10,741,-38}] (* The coxG program is at A169452 *) (* _Harvey P. Dale_, Dec 31 2017 *)

%o (Sage)

%o def A163878_list(prec):

%o P.<t> = PowerSeriesRing(ZZ, prec)

%o return P( (1+t)*(1-t^10)/(1-39*t+779*t^10-741*t^11) ).list()

%o A163878_list(30) # _G. C. Greubel_, Aug 10 2019

%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 May 19 04:28 EDT 2024. Contains 372666 sequences. (Running on oeis4.)