login
A209671
a(n) = count of monomials, of degree k=n, in the elementary symmetric polynomials e(mu,k) summed over all partitions mu of n.
6
1, 5, 37, 405, 5251, 84893, 1556535, 33175957, 785671039, 20841132255, 604829604655, 19236214748061, 661348833658423, 24554370466786319, 976242978063976162, 41477168810872793493, 1872694395510428040983, 89644070894632864643651, 4531712537608857605836563
OFFSET
1,2
LINKS
FORMULA
Main diagonal of triangle A209669.
MATHEMATICA
e[n_, v_] := Tr[Times @@@ Select[Subsets[Table[Subscript[x, j], {j, v}]], Length[#] == n &]]; e[par_?PartitionQ, v_] := Times @@ (e[#, v] & /@ par); Tr /@ Table[(e[#, l] & /@ Partitions[l]) /. Subscript[x, _] -> 1, {l, 10}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Wouter Meeussen, Mar 11 2012
EXTENSIONS
More terms from Peter J. Taylor, Mar 02 2017
STATUS
approved