OFFSET
0,9
COMMENTS
Also the number of orderless factorizations of 2 * n into factors > 1 with sum at most n.
The Heinz numbers of these partitions are given by A326151.
EXAMPLE
The a(8) = 3 through a(16) = 5 partitions (empty columns not shown) (A = 10):
(44) (63) (541) (831) (74111) (A311) (841111)
(422) (3321) (5221) (6411) (722111) (651111) (8221111)
(2222) (62211) (53211111) (442111111)
(432111) (4222111111)
(3222111) (22222111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Times@@#==2*n&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 09 2019
STATUS
approved