login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A325536 Sum of sums of omegas of parts over all integer partitions of n. 1
0, 0, 1, 2, 6, 9, 19, 28, 51, 75, 119, 170, 261, 362, 525, 723, 1019, 1373, 1890, 2512, 3386, 4452, 5893, 7658, 10017, 12881, 16627, 21210, 27097, 34266, 43392, 54462, 68399, 85285, 106305, 131712, 163132, 200936, 247332, 303066, 370989, 452296, 550875, 668495 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Also omega of the product of products of parts over all integer partitions of n.
The omega of n is A001222(n), the number of prime factors of n counted with multiplicity.
LINKS
FORMULA
a(n) = A001222(A007870(n)).
EXAMPLE
The integer partitions of 5 are {(5), (4,1), (3,2), (3,1,1), (2,2,1), (2,1,1,1), (1,1,1,1,1)} with products {5,4,6,3,4,2,1} with product 2880 with omega 9, so a(5) = 9.
MATHEMATICA
Table[Plus@@PrimeOmega/@Join@@IntegerPartitions[n], {n, 0, 30}]
CROSSREFS
Sequence in context: A291100 A361271 A082290 * A182984 A301798 A093840
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 08 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 21 15:44 EDT 2024. Contains 375353 sequences. (Running on oeis4.)