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-3 of 3 results.

A046104 Denominators of convergents to the diesis log_2(5/4).

Original entry on oeis.org

1, 3, 28, 59, 146, 643, 4004, 8651, 12655, 21306, 76573, 97879, 1838395, 1936274, 13456039, 15392313, 44240665, 59632978, 103873643, 475127550, 579001193, 24793177656, 149338067129, 174131244785, 845863046269, 1865857337323
Offset: 1

Views

Author

Keywords

Comments

Also denominators of convergents to log_2(5), cf. A020858. Denominators of convergents to log_2(128/125), sometimes also referred to as diesis, are (1, 29, 117, 263, 643, 906, 1549, 5553, 7102, 90777, ...). - M. F. Hasler, Apr 30 2020

Crossrefs

Cf. A046103 (numerators corresponding to log_2(5/4)), A116985 (numerators corresponding to log_2(5)).

Programs

  • Mathematica
    Denominator[ Table[ ContinuedFraction[ Log[ 5/4 ]/Log[ 2 ], i ]//Normal, {i, 30} ] ]
    Denominator[Convergents[Log[2,5/4],30]] (* Harvey P. Dale, Jan 24 2015 *)
  • PARI
    contfracpnqn(contfrac(log(5)/log(2)),99)[2,] \\ M. F. Hasler, Apr 30 2020

Extensions

Name corrected and links edited by M. F. Hasler, Apr 30 2020

A046103 Numerators of convergents to the diesis, log_2(5/4).

Original entry on oeis.org

0, 1, 9, 19, 47, 207, 1289, 2785, 4074, 6859, 24651, 31510, 591831, 623341, 4331877, 4955218, 14242313, 19197531, 33439844, 152956907, 186396751, 7981620449, 48076119445, 56057739894, 272307079021, 600671897936
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Numerator[ Table[ ContinuedFraction[ Log[ 5/4 ]/Log[ 2 ], i ]//Normal, {i, 30} ] ]
  • PARI
    contfracpnqn(contfrac(log(5/4)/log(2)),99)[1,] \\ M. F. Hasler, Apr 30 2020

Extensions

Links edited by M. F. Hasler, Apr 30 2020

A116984 Duplicate of A046104.

Original entry on oeis.org

1, 3, 28, 59, 146, 643, 4004, 8651, 12655, 21306, 76573, 97879, 1838395, 1936274, 13456039, 15392313, 44240665, 59632978, 103873643, 475127550, 579001193, 24793177656, 149338067129, 174131244785, 845863046269, 1865857337323
Offset: 1

Views

Author

Gene Ward Smith, Mar 27 2006

Keywords

Comments

This sequence defines equal divisions of the octave with especially accurate values for the major third, 5/4. This sequence is related to A112732, denominators of the convergents for the continued fraction for log_2(5)/4.
Duplicate of A046104.

Crossrefs

Programs

  • Mathematica
    Table[Denominator[FromContinuedFraction[ContinuedFraction[Log[2, 5], n]]], {n, 1, 40}] (* Stefan Steinerberger, Apr 08 2006 *)
  • PARI
    contfracpnqn(contfrac(log(5)/log(2)), 99)[2, ] \\ M. F. Hasler, Apr 30 2020

Extensions

More terms from Stefan Steinerberger, Apr 08 2006
Showing 1-3 of 3 results.