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

%I #11 Nov 03 2023 11:18:33

%S 1,1,5,28,187,1361,10479,83914,691738,5830903,50028259,435454040,

%T 3835732631,34128555184,306276957665,2769050552948,25197515469820,

%U 230599623819217,2121066298440282,19597929365099640,181814132152022195,1692920612932871541

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

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

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

%Y Cf. A365178, A365180, A365181, A365182, A365183, A367041, A367048, A367050.

%K nonn

%O 0,3

%A _Seiichi Manyama_, Nov 03 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 June 26 18:12 EDT 2024. Contains 373720 sequences. (Running on oeis4.)