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

%I #13 Aug 24 2023 07:49:54

%S 1,2,15,130,1263,13158,143704,1623766,18824931,222670678,2676674916,

%T 32604377358,401567277063,4992440157784,62569729324806,

%U 789679959184598,10027614784648750,128024712530277906,1642407060905790817,21161202394988206098

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

%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(n+(s-1)*k-1,n-k)/(n+k+1).

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

%Y Cf. A365150, A365152.

%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 July 23 14:20 EDT 2024. Contains 374549 sequences. (Running on oeis4.)