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.

A120754 Records in continued fraction expansion of 1/log(2) (cf. A016730).

Original entry on oeis.org

1, 2, 3, 6, 10, 13, 14, 18, 32, 52, 113, 485, 3377, 4714, 963664, 10467647, 14779710, 15407967, 70919074, 73672410, 363144903, 409121736, 628298429, 2803904265, 4054561652, 53155160769
Offset: 1

Views

Author

N. J. A. Sloane, Jun 08 2007

Keywords

Comments

a(n) are also the incrementally largest terms in the continued fraction of log(2) = [a_0; a_1, a_2, ...] = [0; 1, 2, 3, 1, 6, 3, 1, 1, 2] (excluding the a_0 term). - Eric W. Weisstein, Aug 20 2013

Crossrefs

Cf. A016730 (continued fraction of log(2)).
Cf. A120755 (positions of records in the continued fraction of 1/log(2) and log(2)).
Cf. A129935.

Programs

  • Maple
    with(numtheory); read transforms; t1:= cfrac(1/log(2),2000,'quotients'); RECORDS(t1);

Extensions

a(14)-a(22) from Eric W. Weisstein, Aug 20 2013
a(23)-a(26) from Eric W. Weisstein, Aug 21 2013