A224852 Positions of the incrementally largest terms in the continued fraction for Khinchin's constant.
0, 3, 10, 15, 23, 104, 1701, 2445, 18995, 60037
Offset: 0
Keywords
Links
- Eric Weisstein's World of Mathematics, Khinchin's Constant Continued Fraction
Crossrefs
Programs
-
Mathematica
Module[{nn=2500,k},k=ContinuedFraction[Khinchin,nn];DeleteDuplicates[Thread[{Range[nn],k}],GreaterEqual[#1[[2]],#2[[2]]]&]][[;;,1]]-1 (* The program generates the first 8 terms of the sequence. *) (* Harvey P. Dale, Feb 28 2025 *)
Formula
a(n) = A054870(n) - 1.
Comments