login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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