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!)
A319320 Number of integer partitions of n such that every distinct submultiset has a different LCM. 6
1, 1, 1, 1, 2, 1, 3, 2, 3, 4, 5, 4, 6, 7, 7, 9, 11, 12, 12, 15, 17, 20, 22, 24, 25, 31, 35, 39, 40, 48, 51, 55, 64, 73, 77, 85, 92, 104, 115, 126, 136, 147, 157, 176, 198, 211, 234, 246, 269, 294, 326, 350, 375, 403, 443, 475, 526, 560, 600, 650 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Note that such partitions are necessarily strict.
LINKS
EXAMPLE
The a(19) = 12 partitions:
(19),
(10,9), (11,8), (12,7), (13,6), (14,5), (15,4), (16,3), (17,2),
(8,6,5), (11,5,3),
(7,5,4,3).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@#&&UnsameQ@@LCM@@@Union[Rest[Subsets[#]]]&]], {n, 30}]
CROSSREFS
Sequence in context: A289152 A363708 A285779 * A305194 A303362 A362061
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 17 2018
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 April 25 13:23 EDT 2024. Contains 371971 sequences. (Running on oeis4.)