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

 


A343441
G.f.: 1 + C(1)*x/(1 + C(2)*x/(1 + C(3)*x/(1 + C(4)*x/(1 + C(5)*x/(1 +...))))), where C(n) are the Catalan numbers A000108.
1
1, 1, -2, 14, -238, 10486, -1360142, 566636294, -790250356798, 3769300938094006, -62394920105801115182, 3626853378943129415555174, -747708300997964314376024192158, 551445848326104642338923476399909526, -1465934793325188376367147565710854513799822, 14139840911021914090289579305382872859520174083654
OFFSET
0,3
LINKS
FORMULA
G.f.: 1/(Sum_{k>=0} A268646(k) * (-x)^k).
PROG
(PARI) c(n) = binomial(2*n, n)/(n+1);
a(n) = my(A=1+O(x)); for(i=1, n, A=1+c(n-i+1)*x/A); polcoef(A, n);
CROSSREFS
Sequence in context: A053846 A053855 A219344 * A152476 A373870 A070813
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 2021
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 23 04:46 EDT 2024. Contains 376143 sequences. (Running on oeis4.)