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.

A001379 Degrees of irreducible representations of Monster group M.

Original entry on oeis.org

1, 196883, 21296876, 842609326, 18538750076, 19360062527, 293553734298, 3879214937598, 36173193327999, 125510727015275, 190292345709543, 222879856734249, 1044868466775133, 1109944460516150, 2374124840062976, 8980616927734375, 8980616927734375, 15178147608537368
Offset: 1

Views

Author

Keywords

Comments

The sequence contains 194 terms, of which 170 are distinct. The only triple of repeated terms is a(123) = a(124) = a(125) = 5514132424881463208443904. The rest of the repeated terms are pairs, for example a(16) = a(17) = 8980616927734375. - Omar E. Pol, Nov 28 2014

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].

Crossrefs

Programs

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