OFFSET
2,1
COMMENTS
Triangle with hypotenuse Pi, longer leg e and shorter leg close to Pi/2 (and angle close to 30 degrees). Cf. A096437: Decimal expansion of sqrt(Pi^2 - e^2).
LINKS
G. C. Greubel, Table of n, a(n) for n = 2..10000
EXAMPLE
arcsin(sqrt(1 - (e/Pi)^2))/Pi*180 = 30.08805238... degrees.
MATHEMATICA
RealDigits[N[ArcSin[Sqrt[Pi^2-E^2]/Pi]/Degree, 100]][[1]]
PROG
(PARI) asin(sqrt(Pi^2 - exp(2))/Pi)*(180/Pi) \\ G. C. Greubel, May 24 2017
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Zak Seidov, May 07 2005
EXTENSIONS
Offset corrected by Andrew Howroyd, Sep 01 2024
STATUS
approved