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!)
A365131 G.f. satisfies A(x) = (1 + x*A(x)*(1 + x*A(x))^3)^2. 1
1, 2, 11, 62, 395, 2662, 18720, 135738, 1007607, 7619456, 58488028, 454556544, 3569655975, 28282204680, 225796917864, 1814732935968, 14670580718486, 119215212413412, 973246346463636, 7978384233270126, 65649676250344747, 542031604244083664 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If g.f. satisfies A(x) = (1 + x*A(x)*(1 + x*A(x))^s)^t, then a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(t*(n+1),k) * binomial(s*k,n-k).
PROG
(PARI) a(n, s=3, t=2) = sum(k=0, n, binomial(t*(n+1), k)*binomial(s*k, n-k))/(n+1);
CROSSREFS
Cf. A137952.
Sequence in context: A162274 A183160 A020078 * A002629 A235937 A065928
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 23 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 11 01:05 EDT 2024. Contains 375059 sequences. (Running on oeis4.)