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!)
A366500 G.f. A(x) satisfies A(x) = 1 + x / ((1+x)^(7/2)*A(x)^(5/2)). 6
1, 1, -6, 36, -251, 1961, -16477, 145307, -1326227, 12420057, -118666032, 1152120806, -11333969511, 112728949041, -1131701419316, 11452480598696, -116702578057106, 1196469605151736, -12332629378843566, 127727907921601146, -1328542834131885506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: A(x) = 1/B(-x) where B(x) is the g.f. of A366432.
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(n+5*k/2-1,n-k) * binomial(7*k/2-1,k) / (7*k/2-1).
PROG
(PARI) a(n) = (-1)^(n-1)*sum(k=0, n, binomial(n+5*k/2-1, n-k)*binomial(7*k/2-1, k)/(7*k/2-1));
CROSSREFS
Cf. A366432.
Sequence in context: A129063 A367260 A366496 * A221461 A090015 A299330
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 11 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 9 19:33 EDT 2024. Contains 372354 sequences. (Running on oeis4.)