A351592 Number of Look-and-Say partitions (A239455) of n without distinct multiplicities, i.e., those that are not Wilf partitions (A098859).
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 3, 1, 0, 5, 2, 8, 9, 8, 6, 21, 14, 20, 26, 31, 24, 53, 35, 60, 68, 78, 76, 140, 115, 163, 183, 232, 218, 343, 301, 433, 432, 565, 542, 774, 728, 958, 977, 1251, 1220, 1612, 1561, 2053, 2090, 2618, 2609, 3326, 3378
Offset: 0
Keywords
Examples
The a(9) = 1 through a(18) = 5 partitions are (empty columns not shown): n=9: n=12: n=15: n=16: n=18: -------------------------------------------------------------- (222111) (333111) (333222) (33331111) (444222) (22221111) (444111) (555111) (2222211111) (3322221111) (32222211111) (222222111111)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n], !UnsameQ@@Length/@Split[#]&&Select[Permutations[#], UnsameQ@@Length/@Split[#]&]!={}&]],{n,0,15}]
Extensions
More terms from Jinyuan Wang, Feb 14 2025
Comments