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!)
A366406 G.f. A(x) satisfies A(x) = (1 + x / A(x)^(7/2)) / (1 - x). 8
1, 2, -5, 44, -383, 3782, -39653, 434324, -4910009, 56862170, -671131131, 8043570088, -97629201137, 1197607836678, -14824033357867, 184923041147906, -2322472423266102, 29341825623660226, -372652945642370654, 4755048678561786946, -60929667733382420198 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(9*k/2-1,k) * binomial(7*k/2-1,n-k) / (9*k/2-1).
PROG
(PARI) a(n) = (-1)^(n-1)*sum(k=0, n, binomial(9*k/2-1, k)*binomial(7*k/2-1, n-k)/(9*k/2-1));
CROSSREFS
Sequence in context: A333734 A163115 A221682 * A088309 A334252 A307147
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 09 2023
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 3 15:10 EDT 2024. Contains 372215 sequences. (Running on oeis4.)