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!)
A365118 G.f. satisfies A(x) = (1 + x / (1 - x*A(x)))^2. 3
1, 2, 3, 8, 23, 72, 237, 808, 2830, 10118, 36779, 135510, 504935, 1899494, 7204238, 27517766, 105761937, 408715018, 1587169591, 6190357852, 24238696551, 95244997612, 375469654543, 1484519159122, 5885302251250, 23389997790804, 93172394487012 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If g.f. satisfies A(x) = (1 + x/(1 - x*A(x))^s)^t, then a(n) = Sum_{k=0..n} binomial(t*(n-k+1),k) * binomial(n+(s-1)*k-1,n-k)/(n-k+1).
PROG
(PARI) a(n, s=1, t=2) = sum(k=0, n, binomial(t*(n-k+1), k)*binomial(n+(s-1)*k-1, n-k)/(n-k+1));
CROSSREFS
Sequence in context: A263459 A261061 A086628 * A032096 A301462 A120763
KEYWORD
nonn
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 August 15 04:20 EDT 2024. Contains 375172 sequences. (Running on oeis4.)