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!)
A370217 Coefficient of x^n in the expansion of ( (1+x)^2 / (1-x^3)^3 )^n. 1
1, 2, 6, 29, 166, 927, 5055, 27687, 153702, 861950, 4862481, 27543111, 156571951, 892919445, 5106591405, 29275176204, 168181755750, 967967551701, 5580293663274, 32217589171489, 186253647533841, 1078046039503182, 6246592211179337, 36231065957573793 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(3*n+k-1,k) * binomial(2*n,n-3*k).
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^3)^3 ). See A369402.
PROG
(PARI) a(n, s=3, t=3, u=2) = sum(k=0, n\s, binomial(t*n+k-1, k)*binomial(u*n, n-s*k));
CROSSREFS
Cf. A369402.
Sequence in context: A372372 A107375 A302863 * A020126 A124529 A370456
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 12 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 June 27 19:26 EDT 2024. Contains 373753 sequences. (Running on oeis4.)