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!)
A370281 Coefficient of x^n in the expansion of 1/( (1-x)^2 - x^3 )^n. 0
1, 2, 10, 59, 370, 2392, 15757, 105156, 708546, 4809695, 32841380, 225321967, 1552063981, 10726766624, 74348039020, 516586596484, 3597106344450, 25095046641861, 175369603836301, 1227366066102925, 8601637753421020, 60355768595163030, 423972992316330225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n+k-1,k) * binomial(3*n-k-1,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 - x^3) ). See A369214.
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n+k-1, k)*binomial(3*n-k-1, n-3*k));
CROSSREFS
Cf. A369214.
Sequence in context: A372415 A372476 A262910 * A351502 A202482 A240605
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 June 8 12:22 EDT 2024. Contains 373217 sequences. (Running on oeis4.)