login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048046 Number of nonempty subsets of {1,2,...,n} in which exactly 4/5 of the elements are <= (n+1)/3. 1
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 9, 45, 50, 55, 165, 180, 195, 455, 490, 525, 1155, 1240, 1326, 3366, 3645, 3933, 11685, 12750, 13860, 41580, 45375, 49335, 138391, 150524, 163175, 433875, 470665, 509067, 1347255, 1461278, 1580761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,11
LINKS
MAPLE
f:= proc(n) local k, j;
k:= floor((n+1)/3);
add(binomial(k, 4/5*j)*binomial(n-k, 1/5*j), j=5..n, 5)
end proc:
map(f, [$1..100]); # Robert Israel, Apr 16 2019
CROSSREFS
Sequence in context: A347809 A048029 A048009 * A048092 A337468 A105860
KEYWORD
nonn
AUTHOR
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 December 7 18:28 EST 2023. Contains 367660 sequences. (Running on oeis4.)