OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
FORMULA
G.f.: A(x)^2/(2*A(x) - A(x)^2) where A(x) is the g.f. of the central Delannoy numbers A001850.
D-finite with recurrence: 3*n*a(n) + 3*(9-14*n)*a(n-1) + (151*n-225)*a(n-2) + 12*(9-4*n)*a(n-3) + 4*(n-3)*a(n-4) = 0. - R. J. Mathar, Nov 14 2011
a(n) ~ (1/3 + 2/sqrt(33)) * (4+2*sqrt(33)/3)^n. - Vaclav Kotesovec, Feb 01 2014
MATHEMATICA
CoefficientList[Series[1/(2*Sqrt[1-6*x+x^2]-1), {x, 0, 30}], x] (* Vaclav Kotesovec, Feb 01 2014 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(1/(2*sqrt(1-6*x+x^2)-1)) \\ G. C. Greubel, May 05 2019
(Magma) R<x>:=PowerSeriesRing(Rationals(), 30); Coefficients(R!( 1/(2*Sqrt(1-6*x+x^2)-1) )); // G. C. Greubel, May 05 2019
(Sage) (1/(2*sqrt(1-6*x+x^2)-1)).series(x, 30).coefficients(x, sparse=False) # G. C. Greubel, May 05 2019
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 03 2006
STATUS
approved