login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013679 Continued fraction for zeta(2) = Pi^2/6. 10

%I #20 May 08 2018 15:11:54

%S 1,1,1,1,4,2,4,7,1,4,2,3,4,10,1,2,1,1,1,15,1,3,6,1,1,2,1,1,1,2,2,3,1,

%T 3,1,1,5,1,2,2,1,1,6,27,20,3,97,105,1,1,1,1,1,45,2,8,19,1,4,1,1,3,1,2,

%U 1,1,1,5,1,1,2,3,6,1,1,1,2,1,5,1,1,2,9,5,3,2,1,1,1

%N Continued fraction for zeta(2) = Pi^2/6.

%D 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.

%D David Wells, "The Penguin Dictionary of Curious and Interesting Numbers," Revised Edition, Penguin Books, London, England, 1997, page 23.

%H T. D. Noe, <a href="/A013679/b013679.txt">Table of n, a(n) for n = 1..10000</a>

%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

%H G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>

%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>

%H <a href="/index/Z#zeta_function">Index entries for zeta function</a>.

%e 1.644934066848226436472415166... = 1 + 1/(1 + 1/(1 + 1/(1 + 1/(4 + ...))))

%t ContinuedFraction[ Pi^2/6, 100]

%o (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^2/6); for (n=1, 20000, write("b013679.txt", n, " ", x[n])); } \\ _Harry J. Smith_, Apr 29 2009

%Y Cf. A013661.

%K nonn,cofr,nice,easy

%O 1,5

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)