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!)
A370840 Expansion of (1/x) * Series_Reversion( x * (1/(1-x^3) - x) ). 2
1, 1, 2, 4, 8, 14, 15, -30, -297, -1442, -5693, -20046, -64765, -192911, -522954, -1236717, -2221422, -848673, 18142403, 122417208, 573446212, 2287694033, 8211900486, 26984131280, 81027339912, 217474121511, 487508197964, 690838844798, -1034716617740 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(2*n-3*k+1,k) * binomial(2*n-3*k,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1/(1-x^3)-x))/x)
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(2*n-3*k+1, k)*binomial(2*n-3*k, n-3*k))/(n+1);
CROSSREFS
Cf. A369630.
Sequence in context: A253766 A368490 A076380 * A049133 A063033 A128309
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 03 2024
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 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)