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!)
A340651 Number of non-isomorphic cross-balanced multiset partitions of weight n. 4
1, 1, 2, 4, 11, 26, 77, 220, 677, 2098, 6756, 22101, 74264, 253684, 883795, 3130432, 11275246, 41240180, 153117873, 576634463, 2201600769, 8517634249, 33378499157, 132438117118, 531873247805, 2161293783123, 8883906870289, 36928576428885, 155196725172548, 659272353608609, 2830200765183775 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
We define a multiset partition to be cross-balanced if it uses exactly as many distinct vertices as the greatest size of a part.
LINKS
EXAMPLE
Non-isomorphic representatives of the a(1) = 1 through a(5) = 16 multiset partitions:
{{1}} {{1,2}} {{1,2,3}} {{1,2,3,4}}
{{1},{1}} {{1},{2,2}} {{1,1},{2,2}}
{{2},{1,2}} {{1,2},{1,2}}
{{1},{1},{1}} {{1,2},{2,2}}
{{1},{2,3,3}}
{{3},{1,2,3}}
{{1},{1},{2,2}}
{{1},{2},{1,2}}
{{1},{2},{2,2}}
{{2},{2},{1,2}}
{{1},{1},{1},{1}}
PROG
(PARI) \\ See A340652 for G.
seq(n)={Vec(1 + sum(k=1, n, G(k, n, k) - G(k-1, n, k) - G(k, n, k-1) + G(k-1, n, k-1)))} \\ Andrew Howroyd, Jan 15 2024
CROSSREFS
The co-balanced version is A319616.
The balanced version is A340600.
The twice-balanced version is A340652.
The version for factorizations is A340654.
A007716 counts non-isomorphic multiset partitions.
A007718 counts non-isomorphic connected multiset partitions.
A316980 counts non-isomorphic strict multiset partitions.
Other balance-related sequences:
- A047993 counts balanced partitions.
- A106529 lists balanced numbers.
- A340596 counts co-balanced factorizations.
- A340599 counts alt-balanced factorizations.
- A340600 counts unlabeled balanced multiset partitions.
- A340653 counts balanced factorizations.
Sequence in context: A148127 A148128 A148129 * A123432 A345216 A151398
KEYWORD
nonn
AUTHOR
Gus Wiseman, Feb 05 2021
EXTENSIONS
a(11) onwards from Andrew Howroyd, Jan 15 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 September 6 03:51 EDT 2024. Contains 375702 sequences. (Running on oeis4.)