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
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, 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, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
31.00627668029982017547631... = 31 + 1/(159 + 1/(3 + 1/(7 + 1/(1 + ...)))). - Harry J. Smith, Jun 22 2009
MATHEMATICA
ContinuedFraction[ Pi^3, 100]
PROG
(PARI) contfrac(Pi^3)
(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
CROSSREFS
Cf. A091925 Decimal expansion. - Harry J. Smith, Jun 22 2009
Sequence in context: A045160 A142906 A157373 * A268258 A142306 A296114
KEYWORD
cofr,nonn,easy
AUTHOR
Robert G. Wilson v, Dec 07 2000
EXTENSIONS
More terms from Jason Earls, Jul 24 2001
STATUS
approved

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 6 06:55 EDT 2024. Contains 372290 sequences. (Running on oeis4.)