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!)
A319001 Number of ordered multiset partitions of integer partitions of n where the sequence of GCDs of the partitions is weakly increasing. 6
1, 1, 3, 7, 18, 42, 105, 248, 606, 1450, 3507, 8415, 20305, 48785, 117502, 282574, 680137, 1636005, 3936841, 9470776, 22787529, 54822530, 131901491, 317336519, 763489051, 1836862947, 4419324581, 10632404189, 25580507505, 61543948594, 148068421107 (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 GCD(a, ..., z) <= {z, ..., a}, then a(n) is the number of triangles of weight n.
LINKS
EXAMPLE
The a(4) = 18 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,2},{1}} {{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}}
PROG
(PARI) \\ here B(n) is A000837 as vector.
B(n) = {dirmul(vector(n, k, moebius(k)), vector(n, k, numbpart(k)))}
seq(n) ={my(p=x*Ser(B(n))); Vec(1/prod(g=1, n, 1 - subst(p + O(x*x^(n\g)), x, x^g)))} \\ Andrew Howroyd, Jan 16 2023
CROSSREFS
Sequence in context: A102291 A034691 A317546 * A036669 A000633 A340409
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 July 9 20:48 EDT 2024. Contains 374191 sequences. (Running on oeis4.)