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!)
A047168 Number of nonempty subsets of {1,2,...,n} in which exactly 4/5 of the elements are <= n/2. 2
0, 0, 0, 0, 0, 0, 0, 4, 5, 25, 30, 90, 105, 245, 280, 588, 666, 1458, 1665, 4125, 4785, 12705, 14850, 38830, 45331, 113399, 131859, 320411, 371735, 903175, 1048840, 2594540, 3021240, 7594920, 8863698, 22366458, 26122302, 65579982, 76575225, 191126529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
FORMULA
a(n) = Sum_{k>=1} binomial(floor(n/2), 4*k)*binomial(ceiling(n/2), k). - Andrew Howroyd, Apr 11 2021
PROG
(PARI) a(n) = {my(m=n\2); sum(k=1, m\4, binomial(m, 4*k)*binomial(n-m, k))} \\ Andrew Howroyd, Apr 11 2021
CROSSREFS
Cf. A047165.
Sequence in context: A248246 A164054 A333321 * A220538 A187996 A144053
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 30 01:30 EDT 2024. Contains 372954 sequences. (Running on oeis4.)