The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A365120 G.f. satisfies A(x) = (1 + x / (1 - x*A(x))^2)^2. 4
1, 2, 5, 18, 70, 294, 1291, 5864, 27314, 129766, 626367, 3063096, 15143562, 75563924, 380062186, 1924840480, 9807649900, 50241194250, 258597717591, 1336730670244, 6936403057274, 36119232561000, 188677598254078, 988464846388710, 5192270327405662 (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=2, 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: A345878 A014271 A073157 * A268570 A141494 A189843
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 May 20 17:58 EDT 2024. Contains 372720 sequences. (Running on oeis4.)