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.

Showing 1-1 of 1 results.

A374624 a(n) is the number of irreducible finite Coxeter groups in n dimensions, or -1 if there are an infinite number.

Original entry on oeis.org

1, -1, 3, 5, 3, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
Offset: 1

Views

Author

Douglas Boffey, Jul 14 2024

Keywords

Comments

For n > 8, the Coxeter groups are exactly A(n), B(n) = C(n), and D(n), hence a(n) = 3.

Examples

			For n = 4, there are five finite groups, denoted A(4) (symmetry group of the simplex), B(4) (= C(4)) (symmetry group of the tesseract and the 4-dimensional cross polytope), D(4) (symmetry group of the demitesseract), F(4) (symmetry group of the 24-cell) and H(4) (symmetry group of the 120-cell and the 600-cell).
		

References

  • H. S. M. Coxeter, Regular Polytopes, Dover Publications, Inc., 1973.

Crossrefs

Programs

  • Mathematica
    PadRight[{1, -1, 3, 5, 3, 4, 4, 4}, 100, 3] (* Paolo Xausa, Dec 07 2024 *)
  • PARI
    a(n)=if(n>8,3,[1,-1,3,5,3,4,4,4][n]) \\ Charles R Greathouse IV, Jul 15 2024

Formula

G.f.: (1 - 2*x + 4*x^2 + 2*x^3 - 2*x^4 + x^5 - x^8)/(1 - x). - Stefano Spezia, Jul 15 2024
Showing 1-1 of 1 results.