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!)
A370099 a(n) = Sum_{k=0..n} binomial(2*n,k) * binomial(3*n-k-1,n-k). 2
1, 4, 32, 292, 2816, 28004, 284000, 2919620, 30316544, 317222212, 3339504032, 35329425124, 375282559232, 4000059761572, 42760427177696, 458259268924292, 4921911787962368, 52965710906750084, 570951048018417440, 6164049197776406180, 66639047280436354816 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] ( (1+x)^2/(1-x)^2 )^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)^2/(1+x)^2 ).
PROG
(PARI) a(n) = sum(k=0, n, binomial(2*n, k)*binomial(3*n-k-1, n-k));
CROSSREFS
Cf. A032349.
Sequence in context: A295538 A256183 A000766 * A267982 A231258 A294592
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 April 27 20:19 EDT 2024. Contains 372020 sequences. (Running on oeis4.)