%I #19 Dec 05 2019 16:12:08
%S 1,1,2,3,5,9,16,28,50,89,158,282,503,896,1598,2850,5082,9064,16166,
%T 28832,51424,91719,163588,291774,520407,928196,1655530,2952805,
%U 5266626,9393565,16754386,29883166,53299700,95065503,169559118,302426167,539408258,962090267
%N G.f. = continued fraction: A(x) = 1/(1-x-x^2/(1-x^3-x^4/(1-x^5-x^6/(1-x^7-x^8/(...))))).
%C From _Peter Bala_, Jul 29 2019: (Start)
%C a(n) = the number of triangle stacks of large Schröder type on n triangles. See Links for a definition and an illustration.
%C Cf. A224704, which enumerates triangle stacks (of small Schröder type) on n triangles and A143951, which enumerates triangle stacks (of Dyck type) on n triangles. (End)
%H Vaclav Kotesovec, <a href="/A088352/b088352.txt">Table of n, a(n) for n = 0..300</a>
%H P. Bala, <a href="/A088352/a088352.pdf">Illustration for a(5) = 9</a>
%F a(n) ~ c * d^n, where d = 1.78360320457574331710673100097614660803225788206... and c = 0.4843739369092187339166963460525819972933890792971... - _Vaclav Kotesovec_, Jul 01 2019
%F From _Peter Bala_, Jul 29 2019: (Start)
%F O.g.f. as a continued fraction: A(q) = 1/(1 - q*(1 + q)/(1 - q^4/(1 - q^3*(1 + q^3)/(1 - q^8/( 1 - q^5*(1 + q^5)/(1 - q^12/( (...) ))))))).
%F O.g.f. as a ratio of q-series: A(q) = N(q)/D(q), where N(q) = Sum_{n >= 0} (-1)^n*q^(2*n^2+2*n)/( Product_{k = 1..2*n+1} (1 - q^k) ) and D(q) = Sum_{n >= 0} (-1)^n*q^(2*n^2)/( Product_{k = 1..2*n} (1 - q^k) ).
%F In the above asymptotic formula, 1/d = 0.5606628186... is the minimal positive real zero of D(q), and is the dominant singularity of N(q)/D(q). (End)
%t nmax = 40; CoefficientList[Series[1/(1 - x + ContinuedFractionK[-x^(2*k), 1 - x^(2*k + 1), {k, 1, nmax}]), {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Jul 01 2019 *)
%Y Cf. A143951, A224704.
%K nonn,easy
%O 0,3
%A _Paul D. Hanna_, Sep 26 2003
%E More terms from _Vaclav Kotesovec_, Jul 01 2019