[go: up one dir, main page]

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!)
A370172 Coefficient of x^n in the expansion of ( (1+x)^2 * (1+x+x^2)^3 )^n. 3
1, 5, 51, 581, 6963, 85905, 1079943, 13756216, 176939187, 2292988919, 29892396451, 391576960230, 5150057095527, 67962810381653, 899458144305408, 11933576896320981, 158672857603511987, 2113800649819533735, 28207266176359605705, 376976971371883606824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(3*n,k) * binomial(5*n-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)^2 * (1+x+x^2)^3) ). See A369480.
PROG
(PARI) a(n, s=2, t=3, u=2) = sum(k=0, n\s, binomial(t*n, k)*binomial((t+u)*n-k, n-s*k));
CROSSREFS
Cf. A369480.
Sequence in context: A041040 A088320 A223002 * A180511 A245926 A190734
KEYWORD
nonn
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 August 29 00:59 EDT 2024. Contains 375508 sequences. (Running on oeis4.)