OFFSET
2,2
COMMENTS
Convolution of [1,2,3,6,13,..] (A005554) with [1,0,1,2,5,12...] (essentially A002026). - R. J. Mathar, Nov 01 2021
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 2..1000
Gennady Eremin, Arithmetic on Balanced Parentheses: The case of Ordered Motzkin Words, arXiv:1911.01673 [math.CO], 2019. See (4.3) p. 13 (with a different offset).
FORMULA
G.f.: 4z^2(1-z^2)/[1-z+sqrt(1-2z-3z^2)]^2.
D-finite with recurrence (n+2)*a(n) +(-3*n-1)*a(n-1) +(-n+2)*a(n-2) +3*(n-5)*a(n-3)=0. - R. J. Mathar, Jun 10 2013
a(n) ~ 8 * 3^(n-3/2) / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Feb 12 2014
MATHEMATICA
Drop[CoefficientList[Series[4x^2(1-x^2)/(1-x+Sqrt[1-2x-3x^2])^2, {x, 0, 30}], x], 2] (* Harvey P. Dale, May 05 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Ralf Stephan, Dec 30 2004
STATUS
approved