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!)
A367281 G.f. satisfies A(x) = 1 + x*A(x)^2 / (1 - x*A(x)^3)^3. 1
1, 1, 5, 32, 237, 1906, 16179, 142665, 1294115, 11998349, 113194205, 1083131419, 10486939473, 102548233212, 1011333385507, 10047289999536, 100458873883179, 1010138430187185, 10208244014494347, 103625607305637693, 1056166710786300973 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
If g.f. satisfies A(x) = 1 + x*A(x)^t / (1 - x*A(x)^u)^s, then a(n) = Sum_{k=0..n} binomial(t*k+u*(n-k)+1,k) * binomial(n+(s-1)*k-1,n-k) / (t*k+u*(n-k)+1).
PROG
(PARI) a(n, s=3, t=2, u=3) = sum(k=0, n, binomial(t*k+u*(n-k)+1, k)*binomial(n+(s-1)*k-1, n-k)/(t*k+u*(n-k)+1));
CROSSREFS
Sequence in context: A053157 A102231 A365181 * A127089 A241769 A208046
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 12 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 18 08:45 EDT 2024. Contains 372618 sequences. (Running on oeis4.)