OFFSET
0,1
COMMENTS
A root of 2*x^4 - 4*x^2 + 1 = 0.
REFERENCES
C. L. Siegel, Topics in Complex Function Theory, Volume I: Elliptic Functions and Uniformization Theory, Wiley-Interscience, 1969, page 5.
LINKS
FORMULA
From Amiram Eldar, Nov 22 2024: (Start)
Equals Product_{k>=0} (1 - (-1)^k/(4*k+2)) = Product_{k>=1} (1 + (-1)^k/A016825(k)). (End)
EXAMPLE
0.541196100146196984399723205366...
MATHEMATICA
nmax = 1000; First[ RealDigits[ Sqrt[ 1 - 1/Sqrt[2] ], 10, nmax] ]
PROG
(PARI) sqrt(1 - 1/sqrt(2)) \\ G. C. Greubel, Sep 23 2017
(PARI) polrootsreal(2*x^4-4*x^2+1)[3] \\ Charles R Greathouse IV, Feb 04 2025
CROSSREFS
KEYWORD
AUTHOR
Stuart Clary, Jan 14 2009
EXTENSIONS
Offset corrected by R. J. Mathar, Feb 05 2009
STATUS
approved