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!)
A048015 Number of nonempty subsets of {1,2,...,n} in which exactly 5/6 of the elements are <= (n-1)/3. 1
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 12, 13, 78, 84, 90, 315, 336, 357, 952, 1008, 1064, 2394, 2520, 2646, 5502, 5775, 6049, 13409, 14124, 14850, 39600, 42042, 44550, 135135, 144144, 153439, 464464, 495495, 527527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,16
LINKS
MAPLE
f:= proc(n) local k, m;
m:= floor((n-1)/3);
add(binomial(m, 5*k/6)*binomial(n-m, k/6), k=6..m*6/5, 6);
end proc:
map(f, [$1..100]); # Robert Israel, Jul 23 2018
CROSSREFS
Sequence in context: A111019 A306583 A048035 * A061082 A231870 A231874
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)