OFFSET
0,5
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
J.-L. Baril, J.-M. Pallo, Motzkin subposet and Motzkin geodesics in Tamari lattices, 2013.
FORMULA
Conjecture D-finite with recurrence: -(n+1)*(2*n-5)*a(n) -2*n*(n-4)*a(n-1) +4*(n-1)*(2*n-3)*a(n-2) +2*(8*n^2-32*n+29)*a(n-3) +4*(n-2)*(2*n-7)*a(n-4)=0. - R. J. Mathar, Jan 24 2020
MATHEMATICA
CoefficientList[Series[(1 - 2 x^2 - Sqrt[1 - 4 x^2 - 4 x^3]) / (2 x Sqrt[1 - 4 x^2 - 4 x^3]), {x, 0, 40}], x] (* Vincenzo Librandi, Jan 25 2020 *)
PROG
(Magma) m:=50; R<x>:=PowerSeriesRing(Rationals(), m); [0, 0] cat Coefficients(R!((1 - 2*x^2 - Sqrt(1 - 4*x^2 - 4*x^3)) / (2*x*Sqrt(1 - 4*x^2 - 4*x^3)))); // Vincenzo Librandi, Jan 25 2020
(PARI) seq(n)={Vec((1-2*x^2-sqrt(1-4*x^2-4*x^3 + O(x^2*x^n)))/(2*x*sqrt(1-4*x^2-4*x^3 + O(x*x^n))), -(n+1))} \\ Andrew Howroyd, Jan 25 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 24 2013
EXTENSIONS
Offset changed to 0 and more terms from Alois P. Heinz, Nov 16 2015
STATUS
approved