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!)
A371786 a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(4*n-k,n-2*k). 2

%I #8 Apr 06 2024 10:03:56

%S 1,4,27,209,1716,14553,125971,1105885,9809019,87691592,788832045,

%T 7131655908,64743390321,589808771881,5389066722654,49365637128655,

%U 453212161425716,4168951499299185,38415242186255419,354527945536409116,3276414018301664025

%N a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(4*n-k,n-2*k).

%F a(n) = [x^n] 1/((1-x+x^2) * (1-x)^(3*n)).

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

%Y Cf. A024718, A371785, A371787.

%Y Cf. A371743.

%K nonn

%O 0,2

%A _Seiichi Manyama_, Apr 06 2024

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 15 18:36 EDT 2024. Contains 375954 sequences. (Running on oeis4.)