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!)
A371956 Number of non-biquanimous compositions of 2n. 3
0, 1, 3, 9, 23, 63, 146, 364 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A finite multiset of numbers is defined to be biquanimous iff it can be partitioned into two multisets with equal sums. Biquanimous partitions are counted by A002219 and ranked by A357976.
LINKS
EXAMPLE
The a(1) = 1 through a(3) = 9 compositions:
(2) (4) (6)
(1,3) (1,5)
(3,1) (2,4)
(4,2)
(5,1)
(1,1,4)
(1,4,1)
(2,2,2)
(4,1,1)
MATHEMATICA
Table[Length[Select[Join@@Permutations/@IntegerPartitions[2n], !MemberQ[Total/@Subsets[#], n]&]], {n, 0, 5}]
CROSSREFS
The unordered complement is A002219, ranks A357976.
The unordered version is A006827, even case of A371795, ranks A371731.
The complement is counted by A064914.
These compositions have ranks A372119, complement A372120.
A237258 (aerated) counts biquanimous strict partitions, ranks A357854.
A321142 and A371794 count non-biquanimous strict partitions.
A371791 counts biquanimous sets, differences A232466.
A371792 counts non-biquanimous sets, differences A371793.
Sequence in context: A330453 A029852 A354645 * A282732 A253244 A018044
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Apr 20 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 August 4 11:28 EDT 2024. Contains 374920 sequences. (Running on oeis4.)