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!)
A369599 Expansion of (1/x) * Series_Reversion( x * (1/(1+x)^2 - x^3) ). 1
1, 2, 5, 15, 54, 223, 993, 4580, 21521, 102563, 495318, 2422302, 11979965, 59824535, 301202673, 1527118720, 7789673832, 39947163395, 205835776301, 1065155017623, 5533253267649, 28844759080896, 150846487065730, 791163319140664, 4160593763997122 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(n+k,k) * binomial(2*n+2*k+2,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1/(1+x)^2-x^3))/x)
(PARI) a(n) = sum(k=0, n\3, binomial(n+k, k)*binomial(2*n+2*k+2, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A277175 A056841 A185040 * A208237 A321958 A107112
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 27 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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)