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!)
A367030 G.f. satisfies A(x) = 1 + x*A(x) - x^2*A(x)^5. 2
1, 1, 0, -5, -15, 0, 170, 619, 69, -8351, -33601, -8446, 480679, 2078534, 830739, -30221481, -138791261, -76306831, 2009474129, 9742939809, 6811893809, -138835809721, -708398431831, -599833654686, 9861055840019, 52859680413599, 52446605719469 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(n+3*k,k) * binomial(n+2*k,n-2*k) / (4*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(n+3*k, k)*binomial(n+2*k, n-2*k)/(4*k+1));
CROSSREFS
Cf. A182454.
Sequence in context: A353610 A306155 A082269 * A107776 A290528 A161202
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 02 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 11:24 EDT 2024. Contains 372552 sequences. (Running on oeis4.)