A386638 Number of integer partitions of n of inseparable type.
0, 0, 1, 1, 2, 2, 4, 4, 7, 7, 12, 12, 19, 19, 30, 30, 45, 45, 67, 67, 97, 97, 139, 139, 195, 195, 272, 272, 373, 373, 508, 508, 684, 684, 915, 915, 1212, 1212, 1597, 1597, 2087, 2087, 2714, 2714, 3506, 3506, 4508, 4508, 5763, 5763, 7338, 7338, 9296, 9296
Offset: 0
Examples
The a(2) = 1 through a(10) = 12 partitions (A=10): (2) (3) (4) (5) (6) (7) (8) (9) (A) (31) (41) (42) (52) (53) (63) (64) (51) (61) (62) (72) (73) (411) (511) (71) (81) (82) (521) (621) (91) (611) (711) (622) (5111) (6111) (631) (721) (811) (6211) (7111) (61111)
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],2*Max@@#>1+n&]],{n,0,15}]
Comments