OFFSET
0,2
COMMENTS
Hankel transform is (-3)^n.
Catalan transform of the sequence (-1)^n*A000244(n). - R. J. Mathar, Nov 11 2008
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
FORMULA
a(n) = Sum_{k=0..n} A039599(n,k)*(-4)^k.
G.f.: 2/(5 - 3*sqrt(1-4*x)). - G. C. Greubel, May 28 2019
MATHEMATICA
CoefficientList[Series[2/(5-3*Sqrt[1-4*x]), {x, 0, 30}], x] (* G. C. Greubel, May 28 2019 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(2/(5-3*sqrt(1-4*x))) \\ G. C. Greubel, May 28 2019
(Magma) R<x>:=PowerSeriesRing(Rationals(), 30); Coefficients(R!( 2/(5-3*Sqrt(1-4*x)) )); // G. C. Greubel, May 28 2019
(Sage) (2/(5-3*sqrt(1-4*x))).series(x, 30).coefficients(x, sparse=False) # G. C. Greubel, May 28 2019
CROSSREFS
KEYWORD
sign
AUTHOR
Philippe Deléham, Mar 21 2007
EXTENSIONS
Extended by R. J. Mathar, Nov 11 2008
STATUS
approved