OFFSET
1,1
COMMENTS
Essentially A005572 shifted right twice, and 2 prepended.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..200
FORMULA
G.f.: (1-sqrt(1-8*x+12*x^2))/2. - Michael Somos, Jun 08 2000
n*a(n) = (8*n-12)*a(n-1) - 12*(n-3)*a(n-2). [Richard Choulet, Dec 16 2009]
a(n) ~ 6^(n-1/2)/(2*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Oct 11 2013
MATHEMATICA
Rest[CoefficientList[Series[(1-Sqrt[1-8x+12x^2])/2, {x, 0, 30}], x]] (* Harvey P. Dale, Apr 20 2011 *)
PROG
(PARI) a(n)=polcoeff((1-sqrt(1-8*x+12*x^2+x*O(x^n)))/2, n)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved