A058285 Continued fraction for Pi^3.
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
Offset: 0
Examples
31.00627668029982017547631... = 31 + 1/(159 + 1/(3 + 1/(7 + 1/(1 + ...)))). - _Harry J. Smith_, Jun 22 2009
Links
- Harry J. Smith, Table of n, a(n) for n = 0..20000
Crossrefs
Cf. A091925 Decimal expansion. - Harry J. Smith, Jun 22 2009
Programs
-
Mathematica
ContinuedFraction[ Pi^3, 100]
-
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
Extensions
More terms from Jason Earls, Jul 24 2001