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!)
A319003 Number of ordered multiset partitions of integer partitions of n where the sequence of LCMs of the blocks is weakly increasing. 4
1, 1, 3, 7, 17, 38, 87, 191, 420, 908, 1954, 4160, 8816, 18549, 38851, 80965, 168077, 347566, 716443, 1472344, 3017866, 6170789, 12590805, 25640050, 52122784, 105791068, 214413852, 434007488, 877480395, 1772235212, 3575967030, 7209301989, 14523006820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
If we form a multiorder by treating integer partitions (a,...,z) as multiarrows LCM(a,...,z) <= {z,...,a}, then a(n) is the number of triangles of weight n.
LINKS
EXAMPLE
The a(4) = 17 ordered multiset partitions:
{{4}} {{1,3}} {{2,2}} {{1,1,2}} {{1,1,1,1}}
{{1},{3}} {{2},{2}} {{1},{1,2}} {{1},{1,1,1}}
{{1,1},{2}} {{1,1,1},{1}}
{{1},{1},{2}} {{1,1},{1,1}}
{{1},{1},{1,1}}
{{1},{1,1},{1}}
{{1,1},{1},{1}}
{{1},{1},{1},{1}}
PROG
(PARI) seq(n)={my(M=Map()); for(m=1, n, forpart(p=m, my(k=lcm(Vec(p)), z); mapput(M, k, if(mapisdefined(M, k, &z), z, 1 + O(x*x^n)) - x^m))); Vec(1/vecprod(Mat(M)[, 2]))} \\ Andrew Howroyd, Jan 16 2023
CROSSREFS
Sequence in context: A330457 A026396 A176502 * A141199 A368655 A003478
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 07 2018
EXTENSIONS
a(0)=1 prepended and terms a(11) and beyond from Andrew Howroyd, Jan 16 2023
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)