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!)
A371817 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(4*n-3*k-1,n-3*k). 1
1, 3, 21, 164, 1353, 11508, 99808, 877425, 7790745, 69704921, 627438606, 5675535000, 51546958296, 469764721533, 4293594852225, 39341599326304, 361271345551257, 3323924166943410, 30634431485945569, 282767849049333909, 2613630939017216898 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1+x^3) * (1-x)^(3*n)).
a(n) = binomial(4*n-1, n)*hypergeom([1, (1-n)/3, (2-n)/3, -n/3], [(1-4*n)/3, (2-4*n)/3, 1-4*n/3], -1). - Stefano Spezia, Apr 07 2024
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(4*n-3*k-1, n-3*k));
CROSSREFS
Cf. A371771.
Sequence in context: A179815 A118353 A365132 * A262977 A361375 A371771
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 July 13 09:52 EDT 2024. Contains 374274 sequences. (Running on oeis4.)