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!)
A366363 G.f. satisfies A(x) = (1 + x/A(x))/(1 - x). 11
1, 2, 0, 4, -8, 32, -112, 432, -1696, 6848, -28160, 117632, -497664, 2128128, -9183488, 39940864, -174897664, 770452480, -3411959808, 15181264896, -67833868288, 304256253952, -1369404661760, 6182858317824, -27995941060608, 127100310290432, -578433619525632 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: A(x) = -2*x / (1-sqrt(1+4*x*(1-x))).
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(2*k-1,k) * binomial(k-1,n-k)/(2*k-1).
MATHEMATICA
A366363[n_]:=(-1)^(n-1)Sum[Binomial[2k-1, k]Binomial[k-1, n-k]/(2k-1), {k, 0, n}];
Array[A366363, 30, 0] (* Paolo Xausa, Oct 20 2023 *)
PROG
(PARI) a(n) = (-1)^(n-1)*sum(k=0, n, binomial(2*k-1, k)*binomial(k-1, n-k)/(2*k-1));
CROSSREFS
Cf. A366356.
Sequence in context: A101189 A295321 A372002 * A001443 A195287 A070015
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 08 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 30 01:30 EDT 2024. Contains 372954 sequences. (Running on oeis4.)