The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370287 Coefficient of x^n in the expansion of ( (1+x)^3 + x^3 )^n. 1
1, 3, 15, 87, 531, 3333, 21309, 138015, 902547, 5946153, 39406005, 262404585, 1754316045, 11767931451, 79165530375, 533883963567, 3608242091091, 24432635451465, 165721028062605, 1125743155558677, 7657535953619721, 52151890274636463, 355576809975214095 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n,k) * binomial(3*n-3*k,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 + x^3) ).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n, k)*binomial(3*n-3*k, n-3*k));
CROSSREFS
Cf. A192132.
Sequence in context: A075841 A152596 A278392 * A168503 A370184 A089022
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 14 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 23 17:39 EDT 2024. Contains 372765 sequences. (Running on oeis4.)