OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.4 Moser's Worm Constant, p. 492.
FORMULA
A = beta*sqrt(1 - beta^2), where beta is A240969.
EXAMPLE
0.39438476883681362825403921854319968160795399...
MATHEMATICA
phi = ArcSin[1/6 + (4/3)*Sin[(1/3)*ArcSin[17/64]]]; psi = ArcTan[(1/2)*Sec[phi]]; beta = (1/2)*(Pi/2 - phi - 2*psi + Tan[phi] + Tan[psi])^(-1); A = beta*Sqrt[1 - beta^2]; RealDigits[A, 10, 102] // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Sep 19 2014
STATUS
approved