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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Jun 04 2013 12:11:17
%S 0,0,0,3,4,14,20,55,83,209,329,791,1286,3002,5004,11439,19447,43757,
%T 75581,167959,293929,646645,1144065,2496143,4457399,9657699,17383859,
%U 37442159,67863914,145422674,265182524,565722719,1037158319
%N Number of nonempty subsets of {1,2,...,n} in which exactly 1/2 of the elements are <= (n-2)/2.
%F a(n) = C(n, [(n-2)/2]) - 1 = A037955(n) - 1. - _Ralf Stephan_, Mar 16 2004
%K nonn
%O 1,4
%A _Clark Kimberling_