cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A033090 Indices of incrementally largest terms in the continued fraction for Pi.

Original entry on oeis.org

1, 2, 3, 5, 308, 432, 28422, 156382, 267314, 453294, 11504931, 849955263, 2349980289, 3588031780, 8600404591, 15621034283
Offset: 1

Views

Author

Keywords

Comments

This sequence assumes nonstandard indexing of continued fraction terms as [a_1; a_2, a_3, ...]. If you use the actual offset from A001203, corresponding to [a_0; a_1, a_2, ...], you get instead 0, 1, 2, 4, 307, 431, 28421, ... Compare with A033092 versus A224849. - Jeppe Stig Nielsen, Dec 14 2019

Crossrefs

Programs

  • Mathematica
    With[{s = ContinuedFraction[Pi, 2*10^7]}, Map[FirstPosition[s, #][[1]] &, Union@ FoldList[Max, s]]] (* Michael De Vlieger, Jan 31 2020 *)

Extensions

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
a(15) from Eric W. Weisstein, Jul 18 2013
a(16) from Syed Fahad, Apr 27 2021