login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A325515
Sum of sums of omegas of the parts over all strict integer partitions of n.
4
0, 0, 1, 2, 3, 5, 8, 11, 14, 22, 29, 37, 50, 63, 81, 106, 129, 160, 203, 246, 303, 373, 449, 541, 654, 782, 932, 1116, 1322, 1559, 1848, 2167, 2537, 2978, 3470, 4041, 4706, 5449, 6303, 7291, 8402, 9665, 11117, 12744, 14592, 16708, 19062, 21730, 24757, 28141
OFFSET
0,4
COMMENTS
Also omega of the product of products of parts over all strict integer partitions of n.
The omega of n is A001222(n), the number of prime factors of n counted with multiplicity.
FORMULA
a(n) = A001222(A325504(n)).
MATHEMATICA
Table[Sum[Total[PrimeOmega/@s], {s, Select[IntegerPartitions[n], UnsameQ@@#&]}], {n, 0, 30}]
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 07 2019
STATUS
approved