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!)
A364841 Number of subsets S of {1..n} containing no element equal to the sum of a k-multiset of elements of S, for any 2 <= k <= |S|. 0
1, 2, 3, 6, 9, 15, 21, 34, 49, 75, 105 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
The a(0) = 1 through a(5) = 15 subsets:
{} {} {} {} {} {}
{1} {1} {1} {1} {1}
{2} {2} {2} {2}
{3} {3} {3}
{1,3} {4} {4}
{2,3} {1,3} {5}
{1,4} {1,3}
{2,3} {1,4}
{3,4} {1,5}
{2,3}
{2,5}
{3,4}
{3,5}
{4,5}
{3,4,5}
MATHEMATICA
Table[Length[Select[Subsets[Range[n]], Intersection[#, Join@@Table[Total/@Tuples[#, k], {k, 2, Length[#]}]]=={}&]], {n, 0, 10}]
CROSSREFS
Sequence in context: A040040 A168497 A256975 * A355980 A239882 A086642
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 15 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 August 4 09:24 EDT 2024. Contains 374906 sequences. (Running on oeis4.)