OFFSET
1,3
COMMENTS
Row sums equal n! by definition.
LINKS
MATHEMATICA
(* slow *)
Table[Rest@ CoefficientList[ Apply[Plus, (q^Length[ToCycles[# [[#]] ]])& /@ Permutations[n] ] , q], {n, 6}]
(* fast, content[] see A191714 *)
Table[Rest@ CoefficientList[ Apply[Plus, NumberOfTableaux[#]Apply[Times, q+Flatten[content[#]]]& /@ Partitions[n]] , q], {n, 6}]
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Wouter Meeussen, Jun 12 2011
STATUS
approved