OFFSET
0,2
COMMENTS
Apart from the initial term, identical to A066796(n+1).
FORMULA
G.f.: (-1+3*x+5*x^2-4*x^3+sqrt(1-4*x))/(x*(1-x)*(1-4*x)). - Ralf Stephan, Apr 03 2004; corrected by Georg Fischer, Apr 09 2020
For n>0, a(n) = sum(k=1, n+1, C(2k, k)). - Ralf Stephan, Apr 03 2004
MATHEMATICA
CoefficientList[Series[(-1+3*x+5*x^2-4*x^3+Sqrt[1-4*x])/(x*(1-x)(1-4*x)), {x, 0, 30}], x] (* Georg Fischer, Apr 09 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Franklin T. Adams-Watters, Oct 25 2006
a(23)-a(25) corrected by Georg Fischer, Apr 09 2020
STATUS
approved