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!)
A370808 Greatest number of multisets that can be obtained by choosing a divisor of each part of an integer partition of n. 31
1, 1, 2, 2, 3, 4, 5, 6, 7, 10, 11, 14, 17, 19, 23, 29, 30, 39, 41, 51, 58, 66, 78, 82, 102, 110, 132, 144, 162, 186, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
For the partitions of 5 we have the following choices:
(5): {{1},{5}}
(41): {{1,1},{1,2},{1,4}}
(32): {{1,1},{1,2},{1,3},{2,3}}
(311): {{1,1,1},{1,1,3}}
(221): {{1,1,1},{1,1,2},{1,2,2}}
(2111): {{1,1,1,1},{1,1,1,2}}
(11111): {{1,1,1,1,1}}
So a(5) = 4.
MATHEMATICA
Table[Max[Length[Union[Sort/@Tuples[Divisors/@#]]]&/@IntegerPartitions[n]], {n, 0, 30}]
CROSSREFS
For just prime factors we have A370809.
The version for factorizations is A370816, for just prime factors A370817.
A000005 counts divisors.
A000041 counts integer partitions, strict A000009.
A006530 gives greatest prime factor, least A020639.
A027746 lists prime factors, A112798 indices, length A001222.
A239312 counts condensed partitions, ranks A368110.
A355731 counts choices of a divisor of each prime index, firsts A355732.
A355733 counts choices of divisors of prime indicec.
A370320 counts non-condensed partitions, ranks A355740.
A370592 counts factor-choosable partitions, complement A370593.
Sequence in context: A114095 A301513 A066639 * A111212 A338317 A141286
KEYWORD
nonn,more
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 July 12 11:28 EDT 2024. Contains 374245 sequences. (Running on oeis4.)