login
A264082
Total number of inversions in all set partitions of [n].
4
0, 0, 0, 1, 10, 74, 504, 3383, 23004, 160444, 1154524, 8594072, 66243532, 528776232, 4369175522, 37343891839, 329883579768, 3008985817304, 28312886239136, 274561779926323, 2741471453779930, 28159405527279326, 297291626845716642, 3223299667111201702
OFFSET
0,5
COMMENTS
Each set partition is written as a sequence of blocks, ordered by the smallest elements in the blocks.
FORMULA
a(n) = Sum_{k>0} k * A125810(n,k).
EXAMPLE
a(3) = 1: one inversion in 13|2.
a(4) = 10: one inversion in each of 124|3, 13|24, 13|2|4, 1|24|3, and two inversions in each of 134|2, 14|23, 14|2|3.
CROSSREFS
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Apr 03 2016
STATUS
approved