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!)
A047167 Number of nonempty subsets of {1,2,...,n} in which exactly 3/5 of the elements are <= n/2. 2
0, 0, 0, 0, 0, 3, 6, 24, 40, 100, 150, 315, 455, 980, 1470, 3528, 5544, 13692, 21630, 51600, 80520, 186945, 290400, 675675, 1056627, 2492919, 3929926, 9324406, 14742910, 34860553, 55107598, 129804808, 205272008, 483483128, 765991032, 1807560972, 2869786524, 6779169543 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = Sum_{k>=1} binomial(floor(n/2), 3*k)*binomial(ceiling(n/2), 2*k). - Andrew Howroyd, Apr 11 2021
PROG
(PARI) a(n) = {my(m=n\2); sum(k=1, m\3, binomial(m, 3*k)*binomial(n-m, 2*k))} \\ Andrew Howroyd, Apr 11 2021
CROSSREFS
Cf. A047165.
Sequence in context: A106213 A129520 A330300 * A271428 A148649 A148650
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 September 4 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)