A086808 Sum of the entries in the character table of the alternating group A_n.
1, 1, 3, 8, 19, 52, 140, 479, 1464, 5596, 19334, 78841, 305406, 1295435, 5527265, 24403208, 112338932, 517908324, 2531226446, 12216601247, 62626424572, 316570510625, 1688123202118, 8924364770995, 49245542104325, 271541015196694, 1545740618597036
Offset: 1
Keywords
Links
- Eric M. Schmidt, Table of n, a(n) for n = 1..36
Crossrefs
Cf. A082733.
Programs
-
GAP
A086808 := n -> Sum(Sum(Irr(CharacterTable("Alternating", n)))); # Eric M. Schmidt, Sep 05 2012
Extensions
Added terms a(11)-a(36), Eric M. Schmidt, Sep 05 2012.