login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098579 Expansion of sqrt(1-8*x). 3

%I #19 Sep 08 2022 08:45:15

%S 1,-4,-8,-32,-160,-896,-5376,-33792,-219648,-1464320,-9957376,

%T -68796416,-481574912,-3408068608,-24343347200,-175272099840,

%U -1270722723840,-9268801044480,-67971207659520,-500840477491200,-3706219533434880

%N Expansion of sqrt(1-8*x).

%C If A(x) is the g.f. and B(x) := A(-x), then A(x) * B(x) = A(8*x^2), B(x)^2 - A(x)^2 = 16*x, B(x)^2 + A(x)^2 = 2. Also, if U = x*A(x^2/4), T = x*A(-x^2/4), then (T^2 + U^2)^2 = T^2 - U^2 is a parametrization of the lemniscate of Bernoulli. - _Michael Somos_, Aug 22 2019

%H G. C. Greubel, <a href="/A098579/b098579.txt">Table of n, a(n) for n = 0..1000</a>

%F G.f.: 4*x*C(2*x)-1, where C(x) is the g.f. for the Catalan numbers A000108; a(0)=1, a(n)=-2^(n+1)*binomial(2(n-1), n-1)/n, n>0.

%F D-finite with recurrence: n*a(n) +4*(3-2*n)*a(n-1)=0. - _R. J. Mathar_, Nov 09 2012

%F 0 = a(n)*(+64*a(n+1) -20*a(n+2)) +a(n+1)*(+4*a(n+1) +a(n+2)) for all n in Z. - _Michael Somos_, Aug 22 2019

%e G.f. = 1 - 4*x - 8*x^2 - 32*x^3 - 160*x^4 - 896*x^5 - 5376*x^6 + ... - _Michael Somos_, Aug 22 2019

%t CoefficientList[Series[Sqrt[1-8x],{x,0,30}],x] (* or *) Table[(8^(x-1) Pochhammer[-(1/2),x-1])/Pochhammer[1,x-1],{x,30}] (* _Harvey P. Dale_, Jan 24 2015 *)

%t a[ n_] := If[ n < 1, Boole[n == 0], -CatalanNumber[n - 1] 2^(n + 1)]; (* _Michael Somos_, Aug 22 2019 *)

%o (PARI) x='x+O('x^30); Vec(sqrt(1-8*x)) \\ _G. C. Greubel_, Feb 03 2018

%o (Magma) Q:=Rationals(); R<x>:=PowerSeriesRing(Q, 40); Coefficients(R!(Sqrt(1-8*x))) // _G. C. Greubel_, Feb 03 2018

%Y Cf. A052701, A002420.

%K easy,sign

%O 0,2

%A _Paul Barry_, Sep 16 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)