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!)
A047165 Number of nonempty subsets of {1,2,...,n} in which exactly 1/5 of the elements are <= n/2. 4
0, 0, 0, 0, 0, 0, 3, 4, 20, 25, 75, 90, 210, 245, 511, 588, 1260, 1458, 3510, 4125, 10725, 12705, 32835, 38830, 96382, 113399, 273273, 320411, 770315, 903175, 2208115, 2594540, 6451500, 7594920, 18990768, 22366458, 55715562, 65579982, 162488703, 191126529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
a(n) = Sum_{k>=1} binomial(floor(n/2), k)*binomial(ceiling(n/2), 4*k). - Andrew Howroyd, Apr 11 2021
PROG
(PARI) a(n) = {my(m=n\2); sum(k=1, (n-m)\4, binomial(m, k)*binomial(n-m, 4*k))} \\ Andrew Howroyd, Apr 11 2021
CROSSREFS
Sequence in context: A336619 A240970 A333320 * A124631 A262033 A062870
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 April 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)