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!)
A366082 Expansion of (1/x) * Series_Reversion( x*(1-x)^3/(1-x-x^2) ). 3
1, 2, 6, 21, 79, 308, 1219, 4826, 18857, 71574, 257553, 837114, 2140496, 1379550, -35589730, -370646635, -2719034151, -17429175486, -103771133876, -588804389677, -3225403649859, -17180039158530, -89342552789741, -454604059204324, -2265246385921936 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} (-1)^k * binomial(n+1,k) * binomial(3*n-k+1,n-2*k).
PROG
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(n+1, k)*binomial(3*n-k+1, n-2*k))/(n+1);
CROSSREFS
Cf. A366049.
Sequence in context: A150195 A363810 A150196 * A148491 A026737 A111279
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 28 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 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)