login
A167103
Number of reduced words of length n in Coxeter group on 50 generators S_i with relations (S_i)^2 = (S_i S_j)^13 = I.
1
1, 50, 2450, 120050, 5882450, 288240050, 14123762450, 692064360050, 33911153642450, 1661646528480050, 81420679895522450, 3989613314880600050, 195491052429149402450, 9579061569028320718825, 469374016882387715162400
OFFSET
0,2
COMMENTS
The initial terms coincide with those of A170769, although the two sequences are eventually different.
Computed with Magma using commands similar to those used to compute A154638.
LINKS
Index entries for linear recurrences with constant coefficients, signature (48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, -1176).
FORMULA
G.f.: (t^13 + 2*t^12 + 2*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)/(1176*t^13 - 48*t^12 - 48*t^11 - 48*t^10 - 48*t^9 - 48*t^8 - 48*t^7 - 48*t^6 - 48*t^5 - 48*t^4 - 48*t^3 - 48*t^2 - 48*t + 1).
MATHEMATICA
coxG[{13, 1176, -48}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Apr 12 2015 *)
CoefficientList[Series[(t^13 + 2*t^12 + 2*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)/(1176*t^13 - 48*t^12 - 48*t^11 - 48*t^10 - 48*t^9 - 48*t^8 - 48*t^7 - 48*t^6 - 48*t^5 - 48*t^4 - 48*t^3 - 48*t^2 - 48*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 03 2016 *)
PROG
(PARI) Vec((1+x+x^2+x^3+x^4+x^5+x^6+x^7+x^8+x^9+x^10+x^11+x^12)*(1+x)/(1-48*x-48*x^2-48*x^3-48*x^4-48*x^5-48*x^6-48*x^7-48*x^8-48*x^9-48*x^10-48*x^11-48*x^12+1176*x^13)+O(x^99)) \\ Charles R Greathouse IV, Jun 08 2026
CROSSREFS
Sequence in context: A166325 A166463 A166856 * A167647 A167880 A167989
KEYWORD
nonn,easy
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
STATUS
approved