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!)
A366117 Expansion of (1/x) * Series_Reversion( x*(1+x+x^3)/(1+x)^3 ). 3
1, 2, 5, 13, 33, 77, 147, 128, -726, -5870, -28918, -117501, -419748, -1330265, -3631065, -7585458, -5021553, 62555365, 485450778, 2473377984, 10459876208, 38765746168, 126610935508, 352046019398, 725506704096, 264040020875, -7980075940060, -58806846330257 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(n+k,k) * binomial(2*n-k+2,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n+k, k)*binomial(2*n-k+2, n-3*k))/(n+1);
CROSSREFS
Cf. A366096.
Sequence in context: A108890 A220739 A337282 * A027929 A001659 A088921
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 September 14 16:10 EDT 2024. Contains 375925 sequences. (Running on oeis4.)