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!)
A370837 Expansion of (1/x) * Series_Reversion( x/(x+1/(1+x^3)) ). 2
1, 1, 1, 0, -3, -9, -15, -6, 57, 231, 501, 474, -1223, -7331, -19655, -27813, 19089, 248541, 819141, 1508316, 417165, -8314449, -34737603, -78646452, -71651147, 251348311, 1461221581, 3984339966, 5586567405, -5424531663, -59608307151, -196443394947 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(n,3*k) * binomial(4*k,k)/(3*k+1).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serreverse(x/(x+1/(1+x^3)))/x)
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n, 3*k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Sequence in context: A272458 A270945 A355151 * A366116 A310325 A310326
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 2 18:24 EDT 2024. Contains 372203 sequences. (Running on oeis4.)