The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A047187 Number of nonempty subsets of {1,2,...,n} in which exactly 1/5 of the elements are <= (n-2)/2. 0

%I #10 Jul 04 2018 05:13:18

%S 0,0,0,0,1,2,10,15,45,60,140,175,360,435,891,1071,2415,2940,7260,8910,

%T 22359,27345,66625,80795,191191,230230,541190,649805,1548755,1860131,

%U 4514979,5426995,13295955,15974220,39112716,46915104,114411173

%N Number of nonempty subsets of {1,2,...,n} in which exactly 1/5 of the elements are <= (n-2)/2.

%o (PARI) { a(n) = sum(i=1,n\5, binomial(n\2-1,i) * binomial(n+1-n\2,4*i) ) } \\ _Max Alekseyev_, Feb 09 2010

%K nonn

%O 1,6

%A _Clark Kimberling_

%E More terms from _Max Alekseyev_, Feb 09 2010

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 June 5 17:44 EDT 2024. Contains 373107 sequences. (Running on oeis4.)