This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A165692 #9 Nov 23 2016 22:17:03 %S A165692 1,41,1640,65600,2624000,104960000,4198400000,167936000000, %T A165692 6717440000000,268697599999180,10747903999934400,429916159996064820, %U A165692 17196646399790145600,687865855989507936000,27514634239496401920000 %N A165692 Number of reduced words of length n in Coxeter group on 41 generators S_i with relations (S_i)^2 = (S_i S_j)^9 = I. %C A165692 The initial terms coincide with those of A170760, although the two sequences are eventually different. %C A165692 Computed with MAGMA using commands similar to those used to compute A154638. %H A165692 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (39, 39, 39, 39, 39, 39, 39, 39, -780). %F A165692 G.f. (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 + %F A165692 1)/(780*t^9 - 39*t^8 - 39*t^7 - 39*t^6 - 39*t^5 - 39*t^4 - 39*t^3 - %F A165692 39*t^2 - 39*t + 1) %t A165692 With[{num=Total[2t^Range[8]]+t^9+1,den=Total[-39 t^Range[8]]+ 780t^9+1}, CoefficientList[Series[num/den,{t,0,30}],t]] (* _Harvey P. Dale_, Jul 20 2011 *) %K A165692 nonn %O A165692 0,2 %A A165692 _John Cannon_ and _N. J. A. Sloane_, Dec 03 2009