In the labeled case we have 22 one-element transitions among all partitions of n=4:
[1,1,1,1] -> [1,1,2] arises 6 times (the first 1 added to the second 1 gives 2, the first 1 added to the third 1 gives 2, the first 1 added to the fourth 1 gives 2, the second 1 added to the third 1 gives 2, the second 1 added to the fourth 1 gives 2, the third 1 added to the fourth 1 gives 2),
[1,1,2] -> [2,2] arises 1 times,
[1,1,2] -> [1,3] arises 2 times,
[2,2] -> [1,3] arises 1 times,
[1,3] -> [4] arises 1 time,
which gives 11 upwards transitions and 22 transitions in total if we include downwards transitions.
n=4: partition number p=1 is [1,1,1,1],
parts d(1,1)=1, d(2,1)=1 contribute 1,
parts d(1,1)=1, d(3,1)=1 contribute 1,
etc...
parts d(3,1)=1, d(4,1)=1 contribute 1,
(in total 6 contributions by [1,1,1,1]);
partition number p=2 is [1,1,2],
parts d(1,2)=1, d(2,2)=1 contribute 1,
parts d(1,2)=1, d(3,2)=2 contribute 1,
parts d(2,2)=1, d(3,2)=2 contribute 1;
partition number p=3 is [2,2],
parts d(1,3)=2, d(2,3)=2 contribute 1;
partition number p=4 is [1,3],
parts d(1,4)=1, d(2,4)=3 contribute 1;
partition number p=5 is [4],
part d(1,5)=4 contributes 0;