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!)
A365110 G.f. satisfies A(x) = 1 + x / (1 + x*A(x))^3. 4
1, 1, -3, 3, 11, -54, 66, 297, -1575, 1980, 10300, -55392, 68352, 403583, -2153685, 2551845, 16999045, -89142087, 99986901, 750955382, -3850437018, 4041467331, 34310059311, -171533033904, 166630375248, 1607168518073, -7821913867611, 6950050797297 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
If g.f. satisfies A(x) = 1 + x/(1 + x*A(x))^s, then a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n-k+1,k) * binomial(n+(s-1)*k-1,n-k)/(n-k+1).
PROG
(PARI) a(n, s=3) = sum(k=0, n, (-1)^(n-k)*binomial(n-k+1, k)*binomial(n+(s-1)*k-1, n-k)/(n-k+1));
CROSSREFS
Cf. A365086.
Sequence in context: A200861 A113892 A334283 * A350921 A352857 A352582
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 22 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 31 09:35 EDT 2024. Contains 374779 sequences. (Running on oeis4.)