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!)
A366096 Expansion of (1/x) * Series_Reversion( x*(1+x-x^3)/(1+x)^3 ). 4
1, 2, 5, 15, 51, 187, 719, 2858, 11650, 48438, 204630, 875867, 3790172, 16554305, 72883035, 323109570, 1441152303, 6462494515, 29118219850, 131761291852, 598529262016, 2728346941040, 12476533435028, 57220220120080, 263125059775970, 1212942573227309 (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-k+2,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n+k, k)*binomial(2*n-k+2, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A367414 A073525 A369481 * A007317 A181768 A279554
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 29 2023
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 14 13:07 EDT 2024. Contains 372533 sequences. (Running on oeis4.)