OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..200
FORMULA
G.f.: (1-sqrt(1-4*x-8*x^2))/2. - Michael Somos, Jun 08 2000
Recurrence (for n>3): n*a(n) = 2*(2*n-3)*a(n-1) + 8*(n-3)*a(n-2). - Vaclav Kotesovec, Oct 07 2012
a(n) ~ sqrt(3-sqrt(3))*(2+2*sqrt(3))^n/(4*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Oct 07 2012
MATHEMATICA
Join[{2}, Drop[CoefficientList[Series[(1-Sqrt[1-4x-8x^2])/2, {x, 0, 30}], x], 2]] (* Harvey P. Dale, Nov 05 2011 *)
PROG
(PARI) a(n)=polcoeff((1-sqrt(1-4*x-8*x^2+x*O(x^n)))/2, n)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved