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.

A066718 Incrementally largest terms in the continued fraction for the "binary" Champernowne constant.

Original entry on oeis.org

0, 1, 6, 298, 4534532, 4682854730443938, 21178658483534445867705807931242133, 1784182521628823878390282782427911592097785568614928986384139293902055110
Offset: 1

Views

Author

Robert G. Wilson v, Jan 14 2002

Keywords

Crossrefs

Cf. A066717.

Programs

  • Mathematica
    a = {}; Do[a = Append[a, IntegerDigits[n, 2]], {n, 1, 10^4} ]; b = ContinuedFraction[ N[ FromDigits[ {Flatten[a], 0}, 2], 7500]]; c = -1; d = {}; Do[If[b[[n]] > c, c = b[[n]]; d = Append[d, c]], {n, 1, 4400}]; d