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!)
A365156 G.f. satisfies A(x) = ( 1 + x*A(x)^2*(1 + x*A(x))^2 )^3. 1

%I #11 Aug 24 2023 07:48:27

%S 1,3,27,295,3648,48513,677450,9797031,145458252,2204380144,

%T 33960095667,530268482913,8373331428836,133484219528982,

%U 2145376940485452,34725549386905863,565567039020594492,9261756210015412356,152410211630410153468

%N G.f. satisfies A(x) = ( 1 + x*A(x)^2*(1 + x*A(x))^2 )^3.

%F 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).

%o (PARI) a(n, s=2, t=3) = sum(k=0, n, binomial(t*(n+k+1), k)*binomial(s*k, n-k)/(n+k+1));

%Y Cf. A214372, A365155.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Aug 23 2023

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 11:07 EDT 2024. Contains 375173 sequences. (Running on oeis4.)