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!)
A154740 Continued fraction for sqrt(1 - 1/sqrt(2)), the abscissa of the point of bisection of the arc of the unit lemniscate (x^2 + y^2)^2 = x^2 - y^2 in the first quadrant. 5

%I #12 Sep 08 2022 08:45:40

%S 0,1,1,5,1,1,3,6,1,3,3,10,10,1,1,1,5,2,3,1,1,3,6,1,8,74,2,1,2,4,2,4,3,

%T 5,9,4,3,1,1,1,2,1,17,6,1,2,12,1,1,1,2,1,24,1,2,1,2,9,989,2,13,1,5,1,

%U 1,1,64,2,2,1,1,9,1,3,1,1,1,2,3,11,2,3,1

%N Continued fraction for sqrt(1 - 1/sqrt(2)), the abscissa of the point of bisection of the arc of the unit lemniscate (x^2 + y^2)^2 = x^2 - y^2 in the first quadrant.

%H G. C. Greubel, <a href="/A154740/b154740.txt">Table of n, a(n) for n = 0..10000</a>

%e Sqrt(1 - 1/sqrt(2)) = 0.541196100146196984399723205366... = [0; 1, 1, 5, 1, 1, 3, 6, 1, 3, 3, 10, 10, ...].

%t nmax = 1000; ContinuedFraction[ Sqrt[ 1 - 1/Sqrt[2] ], nmax + 1]

%o (PARI) contfrac(sqrt(1 - 1/sqrt(2))) \\ _Michel Marcus_, Dec 09 2016

%o (Magma) ContinuedFraction(Sqrt(1 - 1/Sqrt(2))); // _G. C. Greubel_, Jan 27 2018

%Y Cf. A154739, A154741 and A154742 for the decimal expansion and the numerators and denominators of the convergents.

%K nonn,cofr,easy

%O 0,4

%A _Stuart Clary_, Jan 14 2009

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 May 4 11:27 EDT 2024. Contains 372240 sequences. (Running on oeis4.)