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
0, 0, 0, 0, 1, 2, 10, 15, 45, 60, 140, 175, 360, 435, 891, 1071, 2415, 2940, 7260, 8910, 22359, 27345, 66625, 80795, 191191, 230230, 541190, 649805, 1548755, 1860131, 4514979, 5426995, 13295955, 15974220, 39112716, 46915104, 114411173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
PROG
(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
CROSSREFS
Sequence in context: A063610 A369650 A181474 * A048043 A370115 A043429
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Max Alekseyev, Feb 09 2010
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 12 02:05 EDT 2024. Contains 372431 sequences. (Running on oeis4.)