Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A163749

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of reduced words of length n in Coxeter group on 45 generators S_i with relations (S_i)^2 = (S_i S_j)^5 = I.
(history; published version)
#22 by Charles R Greathouse IV at Thu Sep 08 08:45:47 EDT 2022
PROG

(MAGMAMagma) R<t>:=PowerSeriesRing(Integers(), 20); Coefficients(R!( (1+t)*(1-t^5)/(1-43*t+945*t^5-903*t^6) )); // G. C. Greubel, Aug 09 2019

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#21 by Wesley Ivan Hurt at Tue May 11 10:04:29 EDT 2021
STATUS

editing

approved

#20 by Wesley Ivan Hurt at Tue May 11 10:04:26 EDT 2021
FORMULA

a(n) = 43*a(n-1)+43*a(n-2)+43*a(n-3)+43*a(n-4)-946*a(n-5). - Wesley Ivan Hurt, May 11 2021

STATUS

approved

editing

#19 by Susanna Cuyler at Sat Aug 10 19:14:03 EDT 2019
STATUS

proposed

approved

#18 by G. C. Greubel at Sat Aug 10 02:43:22 EDT 2019
STATUS

editing

proposed

#17 by G. C. Greubel at Sat Aug 10 02:43:16 EDT 2019
PROG

(GAP) a:=[1, 45, 1980, 87120, 3833280, 168663330];; for n in [6..30] do a[n]:=43*(a[n-1]+a[n-2]+a[n-3]+a[n-4]) -946*a[n-5]; od; Concatenation([1], a); # G. C. Greubel, Aug 09 2019

STATUS

proposed

editing

#16 by Michel Marcus at Sat Aug 10 00:33:06 EDT 2019
STATUS

editing

proposed

#15 by Michel Marcus at Sat Aug 10 00:32:58 EDT 2019
LINKS

<a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (43, 43, 43, 43, -946).

STATUS

proposed

editing

#14 by G. C. Greubel at Fri Aug 09 22:29:57 EDT 2019
STATUS

editing

proposed

#13 by G. C. Greubel at Fri Aug 09 22:29:54 EDT 2019
PROG

(GAP) a:=[1, 44, 1892, 81356, 349830845, 1980, 87120, 3833280];; for n in [6..30] do a[n]:=43*(a[n-1]+a[n-2]+a[n-3]+a[n-4]) -946*a[n-5]; od; a; # G. C. Greubel, Aug 09 2019

STATUS

proposed

editing