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!)
A370218 Coefficient of x^n in the expansion of ( (1+x)^3 / (1-x^3)^3 )^n. 1
1, 3, 15, 93, 639, 4578, 33423, 246816, 1838367, 13788399, 104011140, 788315124, 5998380543, 45794787678, 350619595614, 2691082393818, 20699166876831, 159515321712480, 1231354153215123, 9519556856284218, 73694926944160164, 571201080979318470 (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(3*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)^3 * (1-x^3)^3 ). See A369403.
PROG
(PARI) a(n, s=3, t=3, u=3) = sum(k=0, n\s, binomial(t*n+k-1, k)*binomial(u*n, n-s*k));
CROSSREFS
Cf. A369403.
Sequence in context: A193661 A192296 A372374 * A002893 A256335 A258313
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 May 10 13:53 EDT 2024. Contains 372387 sequences. (Running on oeis4.)