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!)
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 A364601 A337468
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)