OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
FORMULA
Hankel transform is 1,1,-2,-2,3,3,-4,4,.... Binomial transform of sequence 1,0,1,0,-1,0,2,0,-5,0,14,.... with generating function (1+sqrt(1+4x^2))/2=1+x^2C(-x^2) where C(x) is the g.f. of A000108.
D-finite with recurrence: n*a(n) +(3-4*n)*a(n-1) + (10*n-21)*a(n-2) + (33-12*n)*a(n-3)+ 5*(n-3)*a(n-4)=0. - R. J. Mathar, Nov 14 2011
Lim sup n->infinity |a(n)|^(1/n) = sqrt(5). - Vaclav Kotesovec, Feb 01 2014
MATHEMATICA
CoefficientList[Series[(1-x+Sqrt[1-2*x+5*x^2])/(2*(1-x)^2), {x, 0, 20}], x] (* Vaclav Kotesovec, Feb 01 2014 *)
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Paul Barry, Nov 14 2007
STATUS
approved
