|
Search: id:A033089
|
|
|
| A033089 |
|
Incrementally largest terms in the continued fraction for Pi. |
|
+0 4
|
|
| 3, 7, 15, 292, 436, 20776, 78629, 179136, 528210, 12996958, 878783625
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Computed using the 20000000 terms derived by H. Havermann. No higher terms in this range.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
MATHEMATICA
|
c = ContinuedFraction[ Pi, 10^7 ]; a = 0; i = 1; Do[ While[ c[ [ i ] ] <= a, i++ ]; a = c[ [ i ] ]; Print[ a ], {n, 1, 11} ]
|
|
CROSSREFS
|
Apart from initial term, same as A007541.
Cf. A033090 (indices), A000796, A001203.
Sequence in context: A023370 A096422 A077775 this_sequence A018852 A060092 A035283
Adjacent sequences: A033086 A033087 A033088 this_sequence A033090 A033091 A033092
|
|
KEYWORD
|
nonn,hard
|
|
AUTHOR
|
Eric Weisstein (eric(AT)weisstein.com), R. W. Gosper
|
|
|
Search completed in 0.002 seconds
|