login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Sum of the entries in the character table of the alternating group A_n.
3

%I #8 Aug 24 2024 20:37:07

%S 1,1,3,8,19,52,140,479,1464,5596,19334,78841,305406,1295435,5527265,

%T 24403208,112338932,517908324,2531226446,12216601247,62626424572,

%U 316570510625,1688123202118,8924364770995,49245542104325,271541015196694,1545740618597036

%N Sum of the entries in the character table of the alternating group A_n.

%H Eric M. Schmidt, <a href="/A086808/b086808.txt">Table of n, a(n) for n = 1..36</a>

%o (GAP) A086808 := n -> Sum(Sum(Irr(CharacterTable("Alternating", n)))); # _Eric M. Schmidt_, Sep 05 2012

%Y Cf. A082733.

%K nonn

%O 1,3

%A Yuval Dekel (dekelyuval(AT)hotmail.com), Sep 15 2003

%E Added terms a(11)-a(36), _Eric M. Schmidt_, Sep 05 2012.