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!)
A327481 Triangle read by rows where T(n,k) is the number of nonempty subsets of {1..n} with mean k. 29
1, 1, 1, 1, 3, 1, 1, 3, 3, 1, 1, 3, 7, 3, 1, 1, 3, 9, 9, 3, 1, 1, 3, 9, 19, 9, 3, 1, 1, 3, 9, 25, 25, 9, 3, 1, 1, 3, 9, 29, 51, 29, 9, 3, 1, 1, 3, 9, 31, 75, 75, 31, 9, 3, 1, 1, 3, 9, 31, 93, 151, 93, 31, 9, 3, 1, 1, 3, 9, 31, 105, 235, 235, 105, 31, 9, 3, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
All terms are odd.
LINKS
EXAMPLE
Triangle begins:
1
1 1
1 3 1
1 3 3 1
1 3 7 3 1
1 3 9 9 3 1
1 3 9 19 9 3 1
1 3 9 25 25 9 3 1
1 3 9 29 51 29 9 3 1
1 3 9 31 75 75 31 9 3 1
1 3 9 31 93 151 93 31 9 3 1
1 3 9 31 105 235 235 105 31 9 3 1
The subsets counted in row n = 5:
{1} {2} {3} {4} {5}
{1,3} {1,5} {3,5}
{1,2,3} {2,4} {3,4,5}
{1,3,5}
{2,3,4}
{1,2,4,5}
{1,2,3,4,5}
MATHEMATICA
Table[Length[Select[Subsets[Range[n]], Mean[#]==k&]], {n, 10}, {k, n}]
CROSSREFS
Row sums are A051293.
The sequence of rows converges to A066571.
The version for partitions is A327482.
Sequence in context: A157454 A106255 A143086 * A152714 A174546 A134444
KEYWORD
nonn,tabl
AUTHOR
Gus Wiseman, Sep 13 2019
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 May 1 13:51 EDT 2024. Contains 372174 sequences. (Running on oeis4.)