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!)
A366407 G.f. A(x) satisfies A(x) = (1 + x / A(x)^(9/2)) / (1 - x). 7
1, 2, -7, 74, -820, 10196, -134785, 1860668, -26508457, 386843804, -5753126477, 86878155652, -1328593620692, 20533664196478, -320220157730975, 5032648114664896, -79629405527982623, 1267425784159379572, -20279086501234998596, 325989622456860054852 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(11*k/2-1,k) * binomial(9*k/2-1,n-k) / (11*k/2-1).
PROG
(PARI) a(n) = (-1)^(n-1)*sum(k=0, n, binomial(11*k/2-1, k)*binomial(9*k/2-1, n-k)/(11*k/2-1));
CROSSREFS
Sequence in context: A319621 A167526 A064646 * A144905 A349500 A266880
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 July 15 15:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)