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!)
A370245 Coefficient of x^n in the expansion of ( 1/(1-x)^2 * (1+x^2)^3 )^n. 2
1, 2, 16, 110, 828, 6352, 49696, 393668, 3148316, 25362992, 205519616, 1673272702, 13677016932, 112165564656, 922490228032, 7605558361960, 62839438825244, 520180768020464, 4313251202569216, 35818392770702104, 297846498752214128, 2479748570715505472 (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(3*n-2*k-1,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^2)^3 ). See A369263.
PROG
(PARI) a(n, s=2, t=3, u=2) = sum(k=0, n\s, binomial(t*n, k)*binomial((u+1)*n-s*k-1, n-s*k));
CROSSREFS
Cf. A369263.
Sequence in context: A207435 A301940 A359758 * A370270 A058121 A117627
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 13 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 July 17 05:50 EDT 2024. Contains 374360 sequences. (Running on oeis4.)