OFFSET
0,3
COMMENTS
Inverse binomial transform is A001405 with interpolated zeros.
Hankel transform is 1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,... [Paul Barry, Feb 21 2009]
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000 (terms 0..200 from Vincenzo Librandi)
FORMULA
G.f.: 2*(1-x)/(1-2*x-x^2+sqrt(1-4*x+6*x^2-4*x^3-3*x^4)).
a(n) = sum{k=0..floor(n/2), C(n,2k)*C(k,floor(k/2))}.
G.f.: 1/(1-x-x^2/(1-x-x^2/(1-x+x^2/(1-x+x^2/(1-x-x^2/(1-x-x^2/(1-x+x^2/(1-x+x^2/(1-... (continued fraction). [Paul Barry, Feb 21 2009]
Conjecture: (n+2)*(n-3)*a(n) +(2+2*n-n^2)*a(n-1) +(3*n-5)*(n-2)*a(n-2) -(n-2)*(n-3)*a(n-3) -(n-2)*(n-3)*a(n-4)=0. - R. J. Mathar, Nov 14 2011
a(n) ~ sqrt(5+7/sqrt(2)) * (1+sqrt(2))^(n-1) / sqrt(Pi*n). - Vaclav Kotesovec, Feb 01 2014
MATHEMATICA
CoefficientList[Series[2*(1-x)/(1-2*x-x^2+Sqrt[1-4*x+6*x^2-4*x^3-3*x^4]), {x, 0, 20}], x] (* Vaclav Kotesovec, Feb 01 2014 *)
PROG
(PARI) x='x+O('x^50); Vec(2*(1-x)/(1-2*x-x^2 + sqrt(1-4*x+6*x^2-4*x^3-3*x^4))) \\ G. C. Greubel, Mar 19 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul Barry, May 31 2006
STATUS
approved