OFFSET
0,3
REFERENCES
I. G. Macdonald, Symmetric Functions and Hall Polynomials, Oxford Mathematical Monographs, Oxford Univ. Press, second edition, 1995.
FORMULA
a(n) = Sum_{gamma} Chi^{(n, n)}( gamma )^5/z(gamma) the sum is over all partitions gamma of 2n Chi^lambda(gamma) is the value of the symmetric group character z(gamma) is the size of the stablizer of the conjugacy class of symmetric group indexed by the partition gamma
MAPLE
compsclr := proc(k) local gamma; add( combinat[Chi]( [k, k], gamma)^5/ZEE(gamma), gamma= combinat[partition](2*k)); end: ZEE := proc (mu) local res, m, i; m := 1; res := convert(mu, `*`); for i from 2 to nops(mu) do if mu[i] <> mu[i-1] then m := 1 else m := m+1 fi; res := res*m; od; res; end:
CROSSREFS
KEYWORD
nonn
AUTHOR
Mike Zabrocki, Apr 25 2003
STATUS
approved