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!)
A048060 Number of nonempty subsets of {1,2,...,n} in which exactly 1/2 of the elements are <= (n-4)/2. 1
0, 0, 0, 0, 0, 5, 6, 27, 35, 119, 164, 494, 714, 2001, 3002, 8007, 12375, 31823, 50387, 125969, 203489, 497419, 817189, 1961255, 3268759, 7726159, 13037894, 30421754, 51895934, 119759849, 206253074, 471435599, 818809199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = binomial(n, ceiling(n/2)+2) - 1 for n >= 4. - Robert Israel, Jul 11 2018
MAPLE
0, 0, 0, seq(binomial(n, ceil(n/2)+2)-1, n=4..40); # Robert Israel, Jul 11 2018
CROSSREFS
Sequence in context: A022165 A342775 A022163 * A320665 A303731 A298175
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Franklin T. Adams-Watters, Oct 25 2006
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 July 16 08:10 EDT 2024. Contains 374345 sequences. (Running on oeis4.)