G.f.: (3 - x - sqrt(1 -6*x +x^2))/2.
G.f.: 4 / (3 - x + sqrt(1 - 6*x + x^2)). -
Michael Somos, Apr 18 2012
a(n) ~ sqrt((sqrt(18)-4)/(4*Pi)) * n^(-3/2) * (3 + sqrt(8))^n, which is, approximately, a(n) ~ 0.1389558648 * n^(-1.5) * 5.828427125^n. -
Lee A. Newberg, Apr 06 2010
a(n) ~ (1 + sqrt(2))^(2*n-1) / (2^(3/4)*sqrt(Pi)*n^(3/2)). -
Vaclav Kotesovec, Oct 23 2023
a(n) = top left term of M^n, where M = the production matrix:
1, 1, 0, 0, 0, ...
1, 2, 1, 0, 0, ...
1, 2, 2, 1, 0, ...
1, 2, 2, 2, 1, ...
1, 2, 2, 2, 2, 1, ...
...
G.f.: A(x)=(3 -x- sqrt(1-6*x+x^2))/2= 2 - G(0); G(k)= 1 + x - 2*x/G(k+1); (continued fraction, 1-step, 1 var.). -
Sergei N. Gladkovskii, Jan 04 2012
G.f.: A(x)=(3 -x -sqrt(1-6*x+x^2))/2= G(0); G(k)= := 1 - x/(1 - 2/G(k+1)); (continued fraction, 2-step, 2 var.). -
Sergei N. Gladkovskii, Jan 04 2012
D-finite with recurrence: n*a(n) +3*(3-2*n)*a(n-1) +(n-3)*a(n-2)=0. -
R. J. Mathar, Jul 24 2012
G.f.: 1 / (1 - x / (1 - x / (1 - 2*x / (1 - x / (1 - 2*x / (1 - x / ... )))))) = 1 + x / (1 - 2*x / (1 - x / (1 - 2*x / (1 - x / (1 - 2*x / (1 - x / ... )))))). -
Michael Somos, Jan 03 2013
G.f.: 2 - x - G(0), where G(k)= k+1 - 2*x*(k+1) - 2*x*(k+1)*(k+2)/G(k+1) ; (continued fraction). -
Sergei N. Gladkovskii, Jul 14 2013
a(n) = (1/n)*Sum_{i = 0..floor(n/2)} binomial(n+i-1, i)*binomial(2*n, n-2*i-1), n>0, a(0)=1. -
Vladimir Kruchinin, Nov 13 2014
a(n) = Catalan(n)*hypergeometric([1/2-n/2, 1-n/2, n], [n/2+1, n/2+3/2], 1). -
Peter Luschny, Nov 14 2014
a(0) = 1; a(n) = a(n-1) + Sum_{k=1..n-1} a(k) * a(n-k). -
Ilya Gutkovskiy, Apr 11 2021