OFFSET
0,3
LINKS
N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, arXiv:math/0509316 [math.NT], 2005-2006.
N. Heninger, E. M. Rains and N. J. A. Sloane, On the Integrality of n-th Roots of Generating Functions, J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
FORMULA
D-finite with recurrence: n*a(n) +(-2*n+1)*a(n-1) +(9*n-25)*a(n-2) +4*(-2*n+5)*a(n-3)=0. - R. J. Mathar, Jan 24 2020
MATHEMATICA
CoefficientList[Series[Sqrt[(1-x+8x^2)/(1-x)^3], {x, 0, 50}], x] (* Harvey P. Dale, Dec 24 2018 *)
PROG
(Magma) m:=40; R<x>:=PowerSeriesRing(Rationals(), m); Coefficients(R!(Sqrt((1-x+8*x^2)/(1-x)^3))); // Vincenzo Librandi, Jan 25 2020
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane and Nadia Heninger, Jun 28 2005
STATUS
approved