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.

Showing 1-1 of 1 results.

A127006 Denominators of convergents to Khinchin's constant.

Original entry on oeis.org

1, 1, 3, 16, 19, 35, 89, 124, 213, 763, 7843, 16449, 24292, 89325, 202942, 4959933, 5162875, 20448558, 46059991, 158628531, 204688522, 363317053, 568005575, 51483818803, 103535643181, 155019461984, 1963769186989, 2118788648973
Offset: 1

Views

Author

Eric W. Weisstein, Jan 02 2007

Keywords

Examples

			2, 3, 8/3, 43/16, 51/19, 94/35, 239/89, 333/124, 572/213, 2049/763, ...
		

Crossrefs

Programs

  • Mathematica
    Denominator[Convergents[ContinuedFraction[Khinchin, 30]]] (* G. C. Greubel, May 30 2019 *)
  • Sage
    [continued_fraction(khinchin).convergent(n).denominator() for n in (0..30)] # G. C. Greubel, May 30 2019
Showing 1-1 of 1 results.