cp's OEIS Frontend

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.

A162495 Number of reduced words of length n in the icosahedral reflection group [3,5] of order 120.

Original entry on oeis.org

1, 3, 5, 7, 9, 11, 12, 12, 12, 12, 11, 9, 7, 5, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 01 2009

Keywords

Comments

This group is also the Weyl group H_3.
If the 0's are omitted, this is the coordination sequence for the truncated icosidodecahedron (see Karzes link).
Sometimes "great rhombicosidodecahedron" is preferred when referring in particular to the Archimedean polyhedron with this coordination sequence. - Peter Munn, Mar 22 2021

References

  • H. S. M. Coxeter and W. O. J. Moser, Generators and Relations for Discrete Groups, 4th ed., Springer-Verlag, NY, reprinted 1984, Table 10.
  • J. E. Humphreys, Reflection Groups and Coxeter Groups, Cambridge, 1990. See under PoincarĂ© polynomial.
  • David Wells, Archimedean polyhedra in Penguin Dictionary of Curious and Interesting Geometry, Penguin Books, 1991, pp. 6-7.

Crossrefs

Programs

  • Magma
    G := CoxeterGroup(GrpFPCox, "H3");
    f := GrowthFunction(G);
    Coefficients(f);

Formula

G.f.: (1-x^2)*(1-x^6)*(1-x^10)/(1-x)^3.