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

%I #10 Oct 05 2023 08:35:01

%S 1,2,6,25,110,520,2566,13073,68244,363129,1962304,10739914,59411546,

%T 331652408,1865903040,10569319231,60227702736,345015430415,

%U 1985747398748,11477353063881,66590427901454,387685469752989,2264180109124196,13261401158297918

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

%F G.f.: 2*(1+x) / (1 + sqrt(1-4*x*(1+x)^3)).

%F a(n) = Sum_{k=0..n} binomial(3*k+1,n-k) * binomial(2*k,k)/(k+1).

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

%Y Cf. A073157, A366237, A366238.

%Y Cf. A000108.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Oct 05 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 May 12 00:47 EDT 2024. Contains 372431 sequences. (Running on oeis4.)