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!)
A365157 G.f. satisfies A(x) = ( 1 + x*A(x)^2*(1 + x*A(x))^3 )^2. 1
1, 2, 15, 124, 1167, 11772, 124561, 1363964, 15326826, 175739698, 2047974619, 24185317182, 288801732423, 3481242975808, 42303574158234, 517683469595912, 6374096109874427, 78909384182870688, 981600144994348111, 12263583888826309544, 153812133876403777005 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If g.f. satisfies A(x) = ( 1 + x*A(x)^2*(1 + x*A(x))^s )^t, then a(n) = Sum_{k=0..n} binomial(t*(n+k+1),k) * binomial(s*k,n-k)/(n+k+1).
PROG
(PARI) a(n, s=3, t=2) = sum(k=0, n, binomial(t*(n+k+1), k)*binomial(s*k, n-k)/(n+k+1));
CROSSREFS
Sequence in context: A369108 A127610 A085228 * A341726 A055866 A364978
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 15 06:41 EDT 2024. Contains 375172 sequences. (Running on oeis4.)