OFFSET
0,5
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 811.
David Wells, "The Penguin Dictionary of Curious and Interesting Numbers," Revised Edition, Penguin Books, London, England, 1997, page 23.
LINKS
T. D. Noe, Table of n, a(n) for n = 0..9999
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
G. Xiao, Contfrac
EXAMPLE
1.644934066848226436472415166... = 1 + 1/(1 + 1/(1 + 1/(1 + 1/(4 + ...))))
MATHEMATICA
ContinuedFraction[ Pi^2/6, 100]
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^2/6); for (n=1, 20000, write("b013679.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Apr 29 2009
CROSSREFS
KEYWORD
nonn,cofr,nice,easy
AUTHOR
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 10 2024
STATUS
approved