login
A167173
Number of reduced words of length n in Coxeter group on 22 generators S_i with relations (S_i)^2 = (S_i S_j)^14 = I.
1
1, 22, 462, 9702, 203742, 4278582, 89850222, 1886854662, 39623947902, 832102905942, 17474161024782, 366957381520422, 7706105011928862, 161828205250506102, 3398392310260627911, 71366238515473181280
OFFSET
0,2
COMMENTS
The initial terms coincide with those of A170741, 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 (20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, -210).
FORMULA
G.f.: (t^14 + 2*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)/(210*t^14 - 20*t^13 - 20*t^12 - 20*t^11 - 20*t^10 - 20*t^9 - 20*t^8 - 20*t^7 - 20*t^6 - 20*t^5 - 20*t^4 - 20*t^3 - 20*t^2 - 20*t + 1).
MATHEMATICA
CoefficientList[Series[(t^14 + 2*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)/ (210*t^14 - 20*t^13 - 20*t^12 - 20*t^11 - 20*t^10 - 20*t^9 - 20*t^8 - 20*t^7 - 20*t^6 - 20*t^5 - 20*t^4 - 20*t^3 - 20*t^2 - 20*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 04 2016 *)
coxG[{14, 210, -20}] (* The coxG program is at A169452 *) (* Harvey P. Dale, May 25 2025 *)
PROG
(PARI) first(n)=Vec((1+x^2+x^4+x^6+x^8+x^10+x^12)*(1+x)^2/(1-20*x-20*x^2-20*x^3-20*x^4-20*x^5-20*x^6-20*x^7-20*x^8-20*x^9-20*x^10-20*x^11-20*x^12-20*x^13+210*x^14)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 11 2026
CROSSREFS
Sequence in context: A166416 A166608 A167075 * A167693 A167935 A168699
KEYWORD
nonn,easy
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
STATUS
approved