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!)
A370809 Greatest number of multisets that can be obtained by choosing a prime factor of each part of an integer partition of n. 7
1, 0, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 2, 3, 3, 4, 3, 4, 4, 4, 4, 6, 4, 6, 6, 6, 6, 8, 6, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
EXAMPLE
For the partition (10,6,3,2) there are 4 choices: {2,2,2,3}, {2,2,3,3}, {2,2,3,5}, {2,3,3,5} so a(21) >= 4.
For the partitions of 6 we have the following choices:
(6): {{2},{3}}
(51): {}
(42): {{2,2}}
(411): {}
(33): {{3,3}}
(321): {}
(3111): {}
(222): {{2,2,2}}
(2211): {}
(21111): {}
(111111): {}
So a(6) = 2.
MATHEMATICA
Table[Max[Length[Union[Sort /@ Tuples[If[#==1, {}, First/@FactorInteger[#]]& /@ #]]]&/@IntegerPartitions[n]], {n, 0, 30}]
CROSSREFS
For just all divisors (not just prime factors) we have A370808.
The version for factorizations is A370817, for all divisors A370816.
A000041 counts integer partitions, strict A000009.
A006530 gives greatest prime factor, least A020639.
A027746 lists prime factors, A112798 indices, length A001222.
A355741, A355744, A355745 choose prime factors of prime indices.
A368413 counts non-choosable factorizations, complement A368414.
A370320 counts non-condensed partitions, ranks A355740.
A370592, A370593, A370594, `A370807 count non-choosable partitions.
Sequence in context: A298783 A053280 A289122 * A025832 A320385 A112222
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 05 2024
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 16 11:59 EDT 2024. Contains 375174 sequences. (Running on oeis4.)