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
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, 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, 1, 1, 64, 2, 2, 1, 1, 9, 1, 3, 1, 1, 1, 2, 3, 11, 2, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
Sqrt(1 - 1/sqrt(2)) = 0.541196100146196984399723205366... = [0; 1, 1, 5, 1, 1, 3, 6, 1, 3, 3, 10, 10, ...].
MATHEMATICA
nmax = 1000; ContinuedFraction[ Sqrt[ 1 - 1/Sqrt[2] ], nmax + 1]
PROG
(PARI) contfrac(sqrt(1 - 1/sqrt(2))) \\ Michel Marcus, Dec 09 2016
(Magma) ContinuedFraction(Sqrt(1 - 1/Sqrt(2))); // G. C. Greubel, Jan 27 2018
CROSSREFS
Cf. A154739, A154741 and A154742 for the decimal expansion and the numerators and denominators of the convergents.
Sequence in context: A010129 A073050 A366426 * A179261 A154567 A260210
KEYWORD
nonn,cofr,easy
AUTHOR
Stuart Clary, Jan 14 2009
STATUS
approved

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)