OFFSET
0,1
COMMENTS
Curiously enough sqrt((Pi^2 + e^2)/2) = 2.937572169 is roughly the distance (in AU) from the Sun of the asteroid 407 Arachne. - Zak Seidov, Oct 03 2013
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..999
MATHEMATICA
ContinuedFraction[Sqrt[(E^2 + Pi^2)/2], 70] (* Zak Seidov, Oct 03 2013 *)
PROG
(PARI) contfrac(sqrt((Pi^2+exp(1)^2)/2)) \\ Michel Marcus, Oct 03 2013
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Zak Seidov, Oct 05 2002
EXTENSIONS
Corrected and edited by Zak Seidov, Oct 03 2013
Offset changed by Andrew Howroyd, Aug 07 2024
STATUS
approved