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!)
A047169 Number of nonempty subsets of {1,2,...,n} in which exactly 1/6 of the elements are <= n/2. 2
0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 30, 36, 126, 147, 392, 448, 1008, 1134, 2304, 2565, 5115, 5687, 12342, 13860, 34320, 39039, 104104, 119119, 315679, 360815, 913640, 1039808, 2508928, 2842604, 6651624, 7515054, 17505954, 19773414, 46915104, 53093125, 129385725, 146794494 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
FORMULA
a(n) = Sum_{k>=1} binomial(floor(n/2), k)*binomial(ceiling(n/2), 5*k). - Andrew Howroyd, Apr 11 2021
PROG
(PARI) a(n) = {my(m=n\2); sum(k=1, (n-m)\5, binomial(m, k)*binomial(n-m, 5*k))} \\ Andrew Howroyd, Apr 11 2021
CROSSREFS
Sequence in context: A266075 A041273 A256623 * A262034 A124482 A265709
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(35) and beyond from Andrew Howroyd, Apr 11 2021
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 May 14 20:02 EDT 2024. Contains 372533 sequences. (Running on oeis4.)