A325267 Number of integer partitions of n with omicron 2.
0, 0, 1, 1, 3, 5, 7, 12, 17, 24, 33, 44, 57, 76, 100, 129, 168, 214, 282, 355, 462, 586, 755, 937, 1202, 1493, 1900, 2349, 2944, 3621, 4520, 5514, 6813, 8298, 10150, 12240, 14918, 17931, 21654, 25917, 31081, 37029, 44256, 52474, 62405, 73724, 87378, 102887
Offset: 0
Keywords
Examples
The a(1) = 1 through a(8) = 17 partitions: (11) (21) (22) (32) (33) (43) (44) (31) (41) (42) (52) (53) (211) (221) (51) (61) (62) (311) (411) (322) (71) (2111) (2211) (331) (332) (3111) (511) (422) (21111) (2221) (611) (3211) (3221) (4111) (3311) (22111) (4211) (31111) (5111) (211111) (22211) (32111) (41111) (221111) (311111) (2111111)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Switch[#,{},0,{},1,,NestWhile[Sort[Length/@Split[#]]&,#,Length[#]>1&]//First]==2&]],{n,0,30}]
Comments