OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
Paul Barry, Jacobsthal Decompositions of Pascal's Triangle, Ternary Trees, and Alternating Sign Matrices, Journal of Integer Sequences, 19, 2016, #16.3.5.
FORMULA
G.f.: (1+2*x-sqrt(1-4*x+4*x^2-4*x^3))/2. - Michael Somos, Jun 08 2000
Conjecture: n*a(n) +2*(3-2*n)*a(n-1) +4*(n-3)*a(n-2) +2*(9-2*n)*a(n-3)=0. - R. J. Mathar, Aug 14 2012
MATHEMATICA
Rest[CoefficientList[Series[(1+2x-Sqrt[1-4x+4x^2-4x^3])/2, {x, 0, 40}], x]] (* Harvey P. Dale, Apr 23 2011 *)
PROG
(PARI) a(n)=polcoeff((2*x-sqrt(1-4*x+4*x^2-4*x^3+x*O(x^n)))/2, n)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved