A383530 Number of non Wilf and non conjugate Wilf integer partitions of n.
0, 0, 0, 1, 0, 0, 3, 2, 5, 12, 14, 19, 35, 38, 55, 83, 107, 137, 209, 252, 359, 462, 612, 757, 1032, 1266, 1649, 2050, 2617, 3210, 4111, 4980, 6262, 7659, 9479, 11484, 14224, 17132, 20962, 25259, 30693, 36744, 44517, 53043, 63850, 75955, 90943, 107721, 128485
Offset: 0
Keywords
Examples
The a(0) = 0 through a(9) = 12 partitions: . . . (21) . . (42) (421) (431) (63) (321) (3211) (521) (432) (2211) (3221) (531) (4211) (621) (32111) (3321) (4221) (4311) (5211) (32211) (42111) (222111) (321111)
Links
Crossrefs
These partitions are ranked by A383531.
Programs
-
Mathematica
conj[y_]:=If[Length[y]==0,y,Table[Length[Select[y,#>=k&]], {k,1,Max[y]}]]; Table[Length[Select[IntegerPartitions[n], !UnsameQ@@Length/@Split[#]&&!UnsameQ@@Length/@Split[conj[#]]&]], {n,0,30}]
Comments