login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A365223
G.f. satisfies A(x) = 1 + x*A(x)^3 / (1 + x*A(x)^4).
1
1, 1, 2, 3, -3, -50, -244, -714, -530, 8522, 63548, 259473, 535647, -1321437, -19094684, -103022071, -322370363, -142186810, 5537336460, 41081448638, 170484444654, 332739198585, -1241023311708, -15677607031084, -83737193010368, -255608722098225, -12706843586158
OFFSET
0,3
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(4*n-k+1,k) * binomial(n-1,n-k)/(4*n-k+1).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(4*n-k+1, k)*binomial(n-1, n-k)/(4*n-k+1));
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 27 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 20 23:55 EDT 2024. Contains 376078 sequences. (Running on oeis4.)