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!)
A370286 Coefficient of x^n in the expansion of ( (1+x)^3 + x^2 )^n. 1
1, 3, 17, 102, 645, 4193, 27764, 186231, 1261213, 8604759, 59053167, 407217396, 2819252544, 19583729766, 136426565999, 952743556907, 6667916884701, 46755146944959, 328398159653117, 2310073990369926, 16271915501598595, 114757849228310355 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(n,k) * binomial(3*n-3*k,n-2*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^2) ).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n, k)*binomial(3*n-3*k, n-2*k));
CROSSREFS
Cf. A065065.
Sequence in context: A074565 A339565 A241768 * A054365 A116886 A163064
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 June 5 22:26 EDT 2024. Contains 373110 sequences. (Running on oeis4.)