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!)
A366116 Expansion of (1/x) * Series_Reversion( x*(1+x+x^3)/(1+x)^2 ). 3
1, 1, 1, 0, -3, -9, -15, -7, 50, 203, 429, 382, -1045, -5845, -14751, -18627, 20255, 184818, 549630, 879632, -156085, -6025489, -21267251, -40911195, -17629620, 193929269, 835617523, 1881543582, 1674869775, -5855762293, -32848801375, -85601962056, -108647926359 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(n+k,k) * binomial(n-k+1,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n+k, k)*binomial(n-k+1, n-3*k))/(n+1);
CROSSREFS
Cf. A366095.
Sequence in context: A270945 A355151 A370837 * A310325 A310326 A310327
KEYWORD
sign
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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)