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!)
A371791 Number of biquanimous subsets of {1..n}. Sets with a subset having the same sum as the complement. 25
1, 1, 1, 2, 4, 8, 18, 38, 82, 175, 373, 787, 1651, 3439, 7126, 14667 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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
For S = {1,3,4,6} we have {{1,6},{3,4}}, so S is counted under a(6).
The a(0) = 1 through a(6) = 18 subsets:
{} {} {} {} {} {} {}
{1,2,3} {1,2,3} {1,2,3} {1,2,3}
{1,3,4} {1,3,4} {1,3,4}
{1,2,3,4} {1,4,5} {1,4,5}
{2,3,5} {1,5,6}
{1,2,3,4} {2,3,5}
{1,2,4,5} {2,4,6}
{2,3,4,5} {1,2,3,4}
{1,2,3,6}
{1,2,4,5}
{1,2,5,6}
{1,3,4,6}
{2,3,4,5}
{2,3,5,6}
{3,4,5,6}
{1,2,3,4,6}
{1,2,4,5,6}
{2,3,4,5,6}
MATHEMATICA
biqQ[y_]:=MemberQ[Total/@Subsets[y], Total[y]/2];
Table[Length[Select[Subsets[Range[n]], biqQ]], {n, 0, 15}]
CROSSREFS
First differences are A232466.
The complement is counted by A371792, differences A371793.
This is the "bi-" case of A371796, differences A371797.
A002219 aerated counts biquanimous partitions, ranks A357976.
A006827 and A371795 count non-biquanimous partitions, ranks A371731.
A108917 counts knapsack partitions, ranks A299702, strict A275972.
A237258 aerated counts biquanimous strict partitions, ranks A357854.
A321142 and A371794 count non-biquanimous strict partitions.
A321451 counts non-quanimous partitions, ranks A321453.
A321452 counts quanimous partitions, ranks A321454.
A366754 counts non-knapsack partitions, ranks A299729, strict A316402.
A371737 counts quanimous strict partitions, complement A371736.
A371781 lists numbers with biquanimous prime signature, complement A371782.
A371783 counts k-quanimous partitions.
Sequence in context: A339158 A220839 A288206 * A218078 A110110 A300221
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Apr 07 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 18 06:49 EDT 2024. Contains 375996 sequences. (Running on oeis4.)