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!)
A370196 Coefficient of x^n in the expansion of ( (1+x)^2 * (1+x^3) )^n. 1
1, 2, 6, 23, 102, 477, 2259, 10733, 51174, 245156, 1180381, 5709387, 27723315, 135055845, 659744973, 3230479173, 15850993126, 77918426928, 383646423564, 1891715752242, 9340099603677, 46170434726054, 228479085858447, 1131770152854441, 5611302030239667 (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(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)) ). See A369443.
PROG
(PARI) a(n, s=3, t=1, u=2) = sum(k=0, n\s, binomial(t*n, k)*binomial(u*n, n-s*k));
CROSSREFS
Cf. A369443.
Sequence in context: A218225 A279572 A263576 * A370213 A231444 A248900
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 11 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 17 16:19 EDT 2024. Contains 372603 sequences. (Running on oeis4.)