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!)
A371816 a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(3*n-3*k-1,n-3*k). 1
1, 2, 10, 55, 322, 1947, 12013, 75154, 474946, 3024742, 19381045, 124797862, 806875421, 5234713031, 34060165282, 222174355575, 1452425614146, 9513309908589, 62418283102246, 410161124310550, 2698932409666237, 17781425199962255, 117281204608676426 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1+x^3) * (1-x)^(2*n)).
a(n) = binomial(3*n-1, n)*hypergeom([1, (1-n)/3, (2-n)/3, -n/3], [1/3-n, 2/3-n, 1-n], -1). - Stefano Spezia, Apr 07 2024
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(3*n-3*k-1, n-3*k));
CROSSREFS
Cf. A371770.
Sequence in context: A202365 A330620 A268556 * A175935 A216721 A122826
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 12:36 EDT 2024. Contains 374284 sequences. (Running on oeis4.)