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.

A121732 Dimensions of the irreducible representations of the simple Lie algebra of type E8 over the complex numbers, listed in increasing order.

Original entry on oeis.org

1, 248, 3875, 27000, 30380, 147250, 779247, 1763125, 2450240, 4096000, 4881384, 6696000, 26411008, 70680000, 76271625, 79143000, 146325270, 203205000, 281545875, 301694976, 344452500, 820260000, 1094951000, 2172667860
Offset: 1

Views

Author

Skip Garibaldi (skip(AT)mathcs.emory.edu), Aug 18 2006

Keywords

Comments

We include "1" for the 1-dimensional trivial representation and we list each dimension once, ignoring the possibility that inequivalent representations may have the same dimension.
Inequivalent representations can have the same dimension. For example, the highest weights 10100000 and 10000011 (with fundamental weights numbered as in Bourbaki) both correspond to irreducible representations of dimension 8634368000.

Examples

			The highest weight 00000000 corresponds to the 1-dimensional module on which E8 acts trivially. The smallest faithful representation of E8 is the adjoint representation of dimension 248 (the second term in the sequence), with highest weight 00000001. The smallest non-fundamental representation has dimension 27000 (the fourth term), corresponding to the highest weight 00000002.
		

References

  • J. E. Humphreys, Introduction to Lie algebras and representation theory, Springer, 1997.

Crossrefs

Programs

  • GAP
    # see program given in link.

Formula

Given a vector of 8 nonnegative integers, the Weyl dimension formula tells you the dimension of the corresponding irreducible representation. The list of such dimensions is then sorted numerically.