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!)
A360085 a(n) = Sum_{k=0..n} (-1)^k * binomial(4*k,n-k) * Catalan(k). 2
1, -1, -2, 5, 6, -37, 12, 236, -454, -1038, 5258, -688, -41780, 79528, 212032, -1067717, 99414, 9232114, -17976592, -49506598, 255604634, -28864080, -2294742268, 4618754686, 12550067560, -67132100862, 10660021188, 612813797856, -1280237246540, -3357371054108 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. A(x) satisfies A(x) = 1/(1 + x * (1+x)^4 * A(x)).
G.f.: 2 / (1 + sqrt( 1 + 4*x*(1+x)^4 )).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k*binomial(4*k, n-k)*binomial(2*k, k)/(k+1));
(PARI) my(N=30, x='x+O('x^N)); Vec(2/(1+sqrt(1+4*x*(1+x)^4)))
CROSSREFS
Cf. A000108.
Sequence in context: A365085 A164805 A275285 * A152918 A276845 A365503
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jan 25 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 15 21:35 EDT 2024. Contains 372549 sequences. (Running on oeis4.)