login
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