OFFSET
0,9
EXAMPLE
The partition y = (4,3,2) has product of parts 4*3*2 = 24 and sum of corresponding primes 7+5+3 = 15, so y is counted under a(9).
The a(0) = 1 through a(10) = 14 partitions:
() . . . . . . (322) (44) (54) (55)
(332) (333) (64)
(422) (432) (433)
(2222) (522) (442)
(3222) (532)
(3321) (622)
(4221) (3322)
(22221) (3331)
(4222)
(4321)
(5221)
(22222)
(32221)
(33211)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Times@@#>Plus@@Prime/@#&]], {n, 0, 30}]
CROSSREFS
For parts instead of primes on the RHS we have A114324.
The version for divisibility instead of inequality is A330954.
These partitions are ranked by A380410.
A001414 gives sum of prime factors.
A003963 gives product of prime indices
A379666 counts partitions by sum and product.
Counting and ranking multisets by comparing sum and product:
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 26 2025
STATUS
approved
