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

%I #14 Aug 24 2023 07:49:50

%S 1,1,5,26,150,925,5967,39772,271758,1893431,13400897,96078789,

%T 696333585,5093266409,37549674939,278739057687,2081637677823,

%U 15628794649931,117897848681271,893167062280029,6792410218680749,51835002735642287,396821349652564273

%N G.f. satisfies A(x) = 1 + x*A(x)^2 / (1 - x*A(x))^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(n+(s-1)*k-1,n-k)/(n+k+1).

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

%Y Cf. A001003, A011270.

%Y Cf. A365151, A365152.

%K nonn

%O 0,3

%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 September 7 13:22 EDT 2024. Contains 375730 sequences. (Running on oeis4.)