login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079685 Degrees of irreducible representations of SL(2,5). 1

%I #10 Sep 08 2022 08:45:08

%S 1,2,2,3,3,4,4,5,6

%N Degrees of irreducible representations of SL(2,5).

%C Important because of Huppert's theorem on p. 143 of Huppert, Character Theory of Finite Groups.

%D B. Huppert, Character Theory of Finite Groups, de Gruyter, 1998, pp. 140, 143.

%o (Magma) t1:= CharacterTable(SL(2,5)); [Degree(t1[i]) : i in [1 .. #t1]];

%o (GAP) A079685 := List(Irr(CharacterTable("2.L2(5)")), chi->chi[1]);; Sort(A079685); # _Eric M. Schmidt_, Jul 18 2012

%K nonn,fini,full

%O 1,2

%A _N. J. A. Sloane_, Oct 25 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)