OFFSET
0,2
COMMENTS
Series reversion of x(Sum_{k>=0} a(k)x^k) is x(Sum_{k>=0} A027307(k)x^k).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
FORMULA
G.f.: (1-x+sqrt(1-6x+x^2))/2. (=1/g.f. A006318)
Given g.f. A(x), y=A(x)x satisfies 0=f(x, y) where f(x, y)=y(y-x)+(x+y)x^2 . - Michael Somos, May 23 2005
G.f.: Q(0) where Q(k) = 1 + k*(1-x) - x - x*(k+1)*(k+2)/Q(k+1); (continued fraction). - Sergei N. Gladkovskii, Mar 14 2013
a(n) ~ -sqrt(3*sqrt(2)-4) * (3+2*sqrt(2))^n / (2*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Apr 20 2014
D-finite with recurrence: n*a(n) +3*(-2*n+3)*a(n-1) +(n-3)*a(n-2)=0. - R. J. Mathar, Jan 20 2020
MATHEMATICA
CoefficientList[Series[(1-x+Sqrt[1-6x+x^2])/2, {x, 0, 30}], x] (* Harvey P. Dale, Jun 13 2013 *)
PROG
(PARI) a(n)=polcoeff((1-x+sqrt(1-6*x+x^2+x*O(x^n)))/2, n)
CROSSREFS
KEYWORD
sign
AUTHOR
Michael Somos, Jun 28 2003
STATUS
approved