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 A162493 #10 Sep 08 2022 08:45:46 %S A162493 1,7,27,77,182,378,713,1247,2051,3205,4795,6909,9632,13040,17194, %T A162493 22134,27874,34398,41657,49567,58009,66831,75852,84868,93659,101997, %U A162493 109655,116417,122087,126497,129514,131046,131046,129514,126497,122087,116417,109655 %N A162493 Number of reduced words of length n in the Weyl group E_7 on 7 generators and order 2903040. %D A162493 N. Bourbaki, Groupes et alg. de Lie, Chap. 4, 5, 6. (The group is defined in Planche VI.) %D A162493 H. S. M. Coxeter and W. O. J. Moser, Generators and Relations for Discrete Groups, 4th ed., Springer-Verlag, NY, reprinted 1984, Table 10. %D A162493 J. E. Humphreys, Reflection Groups and Coxeter Groups, Cambridge, 1990. See under Poincaré polynomial. %H A162493 Jinyuan Wang, <a href="/A162493/b162493.txt">Table of n, a(n) for n = 0..63</a> %F A162493 G.f.: (1-x^2)*(1-x^6)*(1-x^8)*(1-x^10)*(1-x^12)*(1-x^14)*(1-x^18)/(1-x)^7. %o A162493 (Magma) G := CoxeterGroup(GrpFPCox, "E7"); %o A162493 f := GrowthFunction(G); %o A162493 Coefficients(f); %o A162493 (PARI) Vec((1-x^2)*(1-x^6)*(1-x^8)*(1-x^10)*(1-x^12)*(1-x^14)*(1-x^18)/(1-x)^7 + O(x^64)) \\ _Jinyuan Wang_, Mar 08 2020 %Y A162493 Cf. A161409, A162494. %K A162493 nonn,fini,full %O A162493 0,2 %A A162493 _John Cannon_ and _N. J. A. Sloane_, Dec 01 2009