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!)
A362088 a(n) = Sum_{k=0..n} (-1)^k * binomial(-n,k) * binomial(3*k,n-k). 2
1, 1, 9, 55, 369, 2526, 17577, 123810, 879921, 6297643, 45325764, 327720471, 2378598885, 17319785588, 126463925310, 925620561780, 6789081127137, 49887667836693, 367189338574827, 2706613194698783, 19977334121704344, 147628150691297100 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+k-1,k) * binomial(3*k,n-k).
a(n) = [x^n] 1/(1 - x*(1+x)^3)^n.
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+k-1, k)*binomial(3*k, n-k));
CROSSREFS
Column k=3 of A362078.
Cf. A362085.
Sequence in context: A183805 A037578 A096191 * A281454 A174711 A231857
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 08 2023
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 September 4 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)