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.

A003901 Degrees of irreducible representations of group L5(2).

Original entry on oeis.org

1, 30, 124, 155, 217, 280, 315, 315, 315, 315, 315, 315, 465, 465, 465, 465, 496, 651, 651, 651, 868, 930, 930, 930, 960, 1024, 1240
Offset: 1

Views

Author

Keywords

References

  • J. H. Conway, R. T. Curtis, S. P. Norton, R. A. Parker and R. A. Wilson, ATLAS of Finite Groups. Oxford Univ. Press, 1985 [for best online version see https://oeis.org/wiki/Welcome#Links_to_Other_Sites].

Programs

  • GAP
    List(Irr(CharacterTable("L5(2)")), chi->chi[1]); # Eric M. Schmidt, Jul 18 2012