A375135 Number of integer compositions of n whose leaders of maximal strictly increasing runs are not weakly decreasing.
0, 0, 0, 0, 0, 1, 3, 9, 25, 63, 152, 355, 809, 1804, 3963, 8590, 18423, 39161, 82620, 173198, 361101, 749326, 1548609, 3189132, 6547190, 13404613, 27378579, 55801506, 113517749, 230544752, 467519136, 946815630, 1915199736, 3869892105, 7812086380, 15756526347
Offset: 0
Keywords
Examples
The composition y = (1,2,1,3,2,3) has strictly increasing runs ((1,2),(1,3),(2,3)), with leaders (1,1,2), which are not weakly decreasing, so y is counted under a(12). The a(0) = 0 through a(8) = 25 compositions: . . . . . (122) (132) (133) (143) (1122) (142) (152) (1221) (1132) (233) (1222) (1133) (1321) (1142) (2122) (1223) (11122) (1232) (11221) (1322) (12211) (1331) (1421) (2132) (3122) (11132) (11222) (11321) (12122) (12212) (12221) (13211) (21122) (21221) (111122) (111221) (112211) (122111)
Links
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Join@@Permutations /@ IntegerPartitions[n], !GreaterEqual@@First/@Split[#,Less]&]],{n,0,15}]
Formula
Extensions
More terms from Jinyuan Wang, Feb 13 2025
Comments