A383507 Number of Wilf and conjugate Wilf integer partitions of n.
1, 1, 2, 2, 3, 3, 6, 7, 9, 12, 14, 19, 20, 27, 30, 31, 40, 50, 56, 68, 76, 86, 112, 126, 139, 170, 197, 216, 251, 297, 317, 378, 411, 466, 521, 607, 621, 745, 791, 892, 975, 1123, 1163, 1366, 1439, 1635, 1757, 2021, 2080, 2464, 2599, 2882, 3116, 3572, 3713
Offset: 0
Keywords
Examples
The a(1) = 1 through a(8) = 9 partitions: (1) (2) (3) (4) (5) (6) (7) (8) (11) (111) (22) (311) (33) (322) (44) (1111) (11111) (222) (331) (332) (411) (511) (611) (3111) (4111) (2222) (111111) (31111) (5111) (1111111) (41111) (311111) (11111111)
Links
Crossrefs
A383709 counts Wilf partitions with distinct 0-appended differences.
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],UnsameQ@@Length/@Split[#] && UnsameQ@@DeleteCases[Differences[Append[#,0]],0]&]],{n,0,30}]
Comments