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!)
A366097 Expansion of (1/x) * Series_Reversion( x*(1+x-x^3)/(1+x)^4 ). 4
1, 3, 12, 56, 287, 1564, 8896, 52217, 313955, 1923775, 11970066, 75427608, 480365740, 3086989128, 19992893796, 130363352003, 855099212950, 5638480905533, 37354602517624, 248515024509486, 1659620048332369, 11121368629141886, 74759777174598964 (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(3*n-k+3,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n+k, k)*binomial(3*n-k+3, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A192132 A179486 A369482 * A074533 A000257 A301418
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 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)