A033090 Indices of incrementally largest terms in the continued fraction for Pi.
1, 2, 3, 5, 308, 432, 28422, 156382, 267314, 453294, 11504931, 849955263, 2349980289, 3588031780, 8600404591, 15621034283
Offset: 1
Links
- Syed Fahad, 30 billion terms of the simple continued fraction of Pi
- E. Fontich, C. Simó, and A. Vieiro, On the "hidden" harmonics associated to best approximants due to quasiperiodicity in splitting phenomena, Regular and Chaotic Dynamics (2018), Pleiades Publishing, Vol. 23, Issue 6, 638-653. Also PDF.
- Eric Weisstein's World of Mathematics, Pi
- Eric Weisstein's World of Mathematics, Pi Continued Fraction
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
Comments