A353319 Irregular triangle read by rows where T(n,k) is the number of reversed integer partitions of n with k excedances (parts above the diagonal), all zeros removed.
1, 1, 1, 2, 1, 2, 3, 4, 2, 1, 5, 4, 2, 7, 6, 2, 10, 6, 6, 15, 7, 7, 1, 18, 14, 7, 3, 26, 15, 11, 4, 35, 17, 19, 6, 47, 24, 19, 11, 61, 33, 22, 18, 1, 80, 44, 28, 20, 4, 103, 54, 42, 25, 7, 138, 60, 57, 31, 11, 175, 85, 58, 52, 15, 224, 112, 66, 64, 24
Offset: 1
Examples
Triangle begins: 1 1 1 2 1 2 3 4 2 1 5 4 2 7 6 2 10 6 6 15 7 7 1 18 14 7 3 26 15 11 4 35 17 19 6 47 24 19 11 61 33 22 18 1 80 44 28 20 4 For example, row n = 9 counts the following reversed partitions: (1134) (9) (27) (234) (1224) (18) (36) (1233) (117) (45) (11115) (126) (135) (11124) (1116) (144) (11133) (1125) (225) (11223) (2223) (333) (12222) (111114) (111123) (111222) (1111113) (1111122) (11111112) (111111111)
Crossrefs
Programs
-
Mathematica
partsabove[y_]:=Length[Select[Range[Length[y]],#