|
COMMENT
|
a(n)=Sum [f(L)^2 Sum h(u)^2*h(v)^2], where L is a partition of n, f(L) is the number of standard Young tableaux of shape L, h(w) is the hook length of the box w in L (i.e. in the Ferrers diagram of L), the inner summation is over all unordered pairs of distinct boxes u and v in L, and the outer summation is over all partitions of n. Example: a(3)=174 because for the partitions L=(3), (2,1), (1,1,1) of n=3 the values of f(L) are 1, 2, 1, respectively, the hook length multi-sets are {3,2,1}, {3,1,1},{3,2,1}, respectively, Sum h(u)^2*h(v)^2 = 49, 19, 49, respectively, and now a(n) 1^2*49+2^2*19+1^2*49=174.
|