[go: up one dir, main page]

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!)
A370098 a(n) = Sum_{k=0..n} binomial(3*n,k) * binomial(4*n-k-1,n-k). 4
1, 6, 72, 978, 14016, 207006, 3116952, 47568618, 733189632, 11387193846, 177923724072, 2793666465090, 44042615547456, 696708049377294, 11053262513080440, 175800225426741978, 2802193910116429824, 44752001810800994022, 715924864099841086728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] ( (1+x)^3/(1-x)^3 )^n.
The g.f. exp( Sum_{k>=1} a(k) * x^k/k ) has integer coefficients and equals (1/x) * Series_Reversion( x*(1-x)^3/(1+x)^3 ). See A365843.
PROG
(PARI) a(n) = sum(k=0, n, binomial(3*n, k)*binomial(4*n-k-1, n-k));
CROSSREFS
Cf. A365843.
Sequence in context: A113331 A333593 A214159 * A303342 A332705 A237021
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 10 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 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)