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
1, 4, 27, 209, 1716, 14553, 125971, 1105885, 9809019, 87691592, 788832045, 7131655908, 64743390321, 589808771881, 5389066722654, 49365637128655, 453212161425716, 4168951499299185, 38415242186255419, 354527945536409116, 3276414018301664025 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-x+x^2) * (1-x)^(3*n)).
PROG
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(4*n-k, n-2*k));
CROSSREFS
Cf. A371743.
Sequence in context: A091121 A026005 A059391 * A190738 A361717 A275607
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 06 2024
STATUS
approved

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 August 12 07:33 EDT 2024. Contains 375085 sequences. (Running on oeis4.)