login
A167651
Number of reduced words of length n in Coxeter group on 6 generators S_i with relations (S_i)^2 = (S_i S_j)^15 = I.
1
1, 6, 30, 150, 750, 3750, 18750, 93750, 468750, 2343750, 11718750, 58593750, 292968750, 1464843750, 7324218750, 36621093735, 183105468600, 915527342640, 4577636711400, 22888183548000, 114440917695000, 572204588250000
OFFSET
0,2
COMMENTS
The initial terms coincide with those of A003948, 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 (4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, -10).
FORMULA
G.f.: (t^15 + 2*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)/(10*t^15 - 4*t^14 - 4*t^13 - 4*t^12 - 4*t^11 - 4*t^10 - 4*t^9 - 4*t^8 - 4*t^7 - 4*t^6 - 4*t^5 - 4*t^4 - 4*t^3 - 4*t^2 - 4*t + 1).
MATHEMATICA
CoefficientList[Series[(t^15 + 2*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)/(10*t^15 - 4*t^14 - 4*t^13 - 4*t^12 - 4*t^11 - 4*t^10 - 4*t^9 - 4*t^8 - 4*t^7 - 4*t^6 - 4*t^5 - 4*t^4 - 4*t^3 - 4*t^2 - 4*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 18 2016 *)
PROG
(PARI) first(n)=Vec((1+x^5+x^10)*(1+x+x^2+x^3+x^4)*(1+x)/(1-4*x-4*x^2-4*x^3-4*x^4-4*x^5-4*x^6-4*x^7-4*x^8-4*x^9-4*x^10-4*x^11-4*x^12-4*x^13-4*x^14+10*x^15)+O(x^(n+1))) \\ Charles R Greathouse IV, Jun 12 2026
CROSSREFS
Sequence in context: A166500 A166877 A167107 * A167897 A168683 A168731
KEYWORD
nonn,easy
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
STATUS
approved