The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A058285 Continued fraction for Pi^3. 2

%I #11 Dec 15 2017 17:34:53

%S 31,159,3,7,1,13,2,1,3,1,12,2,2,4,34,2,43,3,1,3,2,1,1,5,1,1,4,1,5,4,2,

%T 4,11,3,3,1,1,2,1,7,2,1,1,3,1,12,3,1,9,2,1,8,23,1,45,1,1,2,1,23,3,2,2,

%U 2,1,2,2,1,1,2,2,1,16,1,15,1,2,4,1,2,1,12,8,1,8,2,1,7,2,2,4,1,11,2,23

%N Continued fraction for Pi^3.

%H Harry J. Smith, <a href="/A058285/b058285.txt">Table of n, a(n) for n = 0..20000</a>

%e 31.00627668029982017547631... = 31 + 1/(159 + 1/(3 + 1/(7 + 1/(1 + ...)))). - _Harry J. Smith_, Jun 22 2009

%t ContinuedFraction[ Pi^3, 100]

%o (PARI) contfrac(Pi^3)

%o (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^3); for (n=0, 20000, write("b058285.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 22 2009

%Y Cf. A091925 Decimal expansion. - _Harry J. Smith_, Jun 22 2009

%K cofr,nonn,easy

%O 0,1

%A _Robert G. Wilson v_, Dec 07 2000

%E More terms from _Jason Earls_, Jul 24 2001

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 May 27 00:30 EDT 2024. Contains 372847 sequences. (Running on oeis4.)