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

A215750 Continued fraction expansion for log_10(6).

Original entry on oeis.org

0, 1, 3, 1, 1, 32, 1, 1, 278, 1, 1, 2, 5, 1, 4, 1, 3, 7, 1, 1, 44, 1, 4, 2, 1, 1, 2, 8, 2, 1, 5, 1, 1, 4, 3, 1, 9, 17, 1, 1, 12, 2, 1, 1, 80, 3, 10, 1, 2, 63, 3, 3, 2, 1, 1, 16, 2, 5, 3, 2, 1, 2, 12, 3, 1, 5, 4, 191, 165, 1, 6, 5, 28, 1, 1, 4, 1, 3, 1, 5, 2
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Crossrefs

Cf. A153496 (decimal expansion), A215754, A215758 (convergents).
Cf. A028232 for the continued fraction expansion for log_2(10).
Cf. A215749 for the continued fraction expansion for log_10(3).
Cf. A082571 for the continued fraction expansion for log_10(7).
Cf. A215752 for the continued fraction expansion for log_10(11).

Programs

  • PARI
    default(realprecision,99); contfrac(log(6)/log(10))

Extensions

a(0)=0 prepended by Andrew Howroyd, Jul 09 2024

A215752 Continued fraction expansion for log_10(11).

Original entry on oeis.org

1, 24, 6, 3, 2, 1, 1, 3, 1, 1, 1, 9, 1, 3, 1, 1, 1, 4, 1, 3, 1, 27, 1, 3, 5, 1, 2, 3, 42, 9, 1, 2, 1, 2, 26, 1, 1, 2, 1, 1, 2, 1, 4, 2, 1, 1, 1, 1, 1, 1, 1, 2, 20, 1, 2, 1, 1, 1, 4, 1, 2, 5, 9, 2, 1, 1, 2, 68, 3, 1, 2, 5, 3, 2, 21, 1, 2, 39, 1, 3, 1, 2, 1, 1, 3, 5
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Crossrefs

Cf. A154182 (decimal expansion), A215756, A215760 (convergents).
Cf. A028232 for the continued fraction expansion for log_2(10).
Cf. A215749 for the continued fraction expansion for log_10(3).
Cf. A215750 for the continued fraction expansion for log_10(6).
Cf. A082571 for the continued fraction expansion for log_10(7).

Programs

  • PARI
    default(realprecision,99); contfrac(log(11)/log(10))

A215753 Denominators of the continued fraction convergents of log_10(3).

Original entry on oeis.org

1, 2, 21, 44, 109, 153, 2098, 2251, 17855, 323641, 665137, 1653915, 2319052, 6292019, 21195109, 91072455, 112267564, 203340019, 2959027830, 6121395679, 272300437706, 278421833385, 1107565937861, 1385987771246, 20511394735305, 42408777241856, 105328949219017, 147737726460873
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Comments

3^a(n) gets increasingly close to 10^(numerator of convergent).

Crossrefs

Numerators are in A215757.

Programs

  • Mathematica
    Denominator[Convergents[Log[10,3],30]] (* Harvey P. Dale, Jan 24 2015 *)
  • PARI
    {my(cf=contfrac(log(3)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[2, 1])}

A215757 Numerators of the continued fraction convergents of log_10(3).

Original entry on oeis.org

0, 1, 10, 21, 52, 73, 1001, 1074, 8519, 154416, 317351, 789118, 1106469, 3002056, 10112637, 43452604, 53565241, 97017845, 1411815071, 2920647987, 129920326499, 132840974486, 528443249957, 661284224443, 9786422392159, 20234129008761, 50254680409681, 70488809418442, 120743489828123, 311975789074688
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Comments

3^(denominator of convergent) gets increasingly close to 10^a(n), agreeing to approximately a(n) digits

Crossrefs

Denominators are in A215753.

Programs

  • Mathematica
    Rest[Numerator[Convergents[Log[10,3],30]]] (* Harvey P. Dale, Sep 02 2015 *)
  • PARI
    {my(cf=contfrac(log(3)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[1, 1])}

Extensions

a(0)=0 prepended by Andrew Howroyd, Jul 09 2024
Showing 1-4 of 4 results.