|
| |
|
|
A033089
|
|
Incrementally largest terms in the continued fraction for Pi.
|
|
5
|
|
|
|
3, 7, 15, 292, 436, 20776, 78629, 179136, 528210, 12996958, 878783625, 5408240597, 5916686112, 9448623833
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
COMMENTS
|
No larger term in the first 5821569425 terms of the c.f. - Eric Weisstein, Sep 17 2011
|
|
|
LINKS
|
Table of n, a(n) for n=1..14.
Eric Weisstein's World of Mathematics, Pi
Eric Weisstein's World of Mathematics, Pi Continued Fraction
Index entries for sequences related to the number Pi
|
|
|
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: A077775 A197594 A206851 * A175878 A180503 A153578
Adjacent sequences: A033086 A033087 A033088 * A033090 A033091 A033092
|
|
|
KEYWORD
|
nonn,hard
|
|
|
AUTHOR
|
Eric W. Weisstein, R. W. Gosper
|
|
|
EXTENSIONS
|
Checked by Hans Havermann, Aug 07 2010
a(12) from Eric W. Weisstein, Dec 08 2010
a(13) from Eric W. Weisstein, Sep 16 2011
a(14) from Eric W. Weisstein, Sep 17 2011
|
|
|
STATUS
|
approved
|
| |
|
|