OFFSET
0,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..4999
Simon Plouffe, Lemniscate or Gauss constant
EXAMPLE
2.622057554292119810464839589891119413682754951431623162816821703...
2.622057554292119810464839589... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, Jun 20 2009
MATHEMATICA
ContinuedFraction[Sqrt[2*Pi^3]/(2*Gamma[3/4]^2), 100] (* G. C. Greubel, Oct 07 2018 *)
PROG
(PARI) contfrac(1/2*Pi^(3/2)/gamma(3/4)^2*2^(1/2))
(PARI) { allocatemem(932245000); default(realprecision, 5200); x=contfrac(Pi^(3/2)*sqrt(2)/(2*gamma(3/4)^2)); for (n=1, 5000, write("b062540.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Jun 20 2009
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); ContinuedFraction(Sqrt(2*Pi(R)^3)/(2*Gamma(3/4)^2)); // G. C. Greubel, Oct 07 2018
CROSSREFS
KEYWORD
easy,nonn,cofr
AUTHOR
Jason Earls, Jun 25 2001
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 04 2024
STATUS
approved