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.

Previous Showing 21-24 of 24 results.

A155979 Decimal expansion of log_10 (24).

Original entry on oeis.org

1, 3, 8, 0, 2, 1, 1, 2, 4, 1, 7, 1, 1, 6, 0, 6, 0, 2, 2, 9, 3, 6, 2, 4, 4, 5, 8, 7, 4, 2, 8, 5, 9, 4, 3, 8, 9, 5, 0, 4, 6, 9, 8, 5, 0, 8, 5, 7, 7, 0, 2, 1, 4, 8, 8, 7, 6, 1, 1, 4, 8, 0, 2, 3, 6, 8, 6, 5, 5, 3, 7, 2, 0, 6, 0, 6, 9, 3, 4, 6, 5, 1, 5, 0, 3, 7, 5, 0, 1, 1, 2, 0, 0, 2, 1, 7, 4, 8, 1
Offset: 1

Views

Author

N. J. A. Sloane, Oct 30 2009

Keywords

Examples

			1.3802112417116060229362445874285943895046985085770214887611...
		

Crossrefs

Cf. decimal expansion of log_10(m): A007524 (m=2), A114490 (m=3), A114493 (m=4), A153268 (m=5), A153496 (m=6), A153620 (m=7), A153790 (m=8), A104139 (m=9), A154182 (m=11), A154203 (m=12), A154368 (m=13), A154478 (m=14), A154580 (m=15), A154794 (m=16), A154860 (m=17), A154953 (m=18), A155062 (m=19), A155522 (m=20), A155677 (m=21), A155746 (m=22), A155830 (m=23).

Programs

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

A215754 Denominators of the continued fraction convergents of log_10(6).

Original entry on oeis.org

1, 1, 4, 5, 9, 293, 302, 595, 165712, 166307, 332019, 830345, 4483744, 5314089, 25740100, 31054189, 118902667, 863372858, 982275525, 1845648383, 82190804377, 84036452760, 418336615417, 920709683594, 1339046299011, 2259755982605, 5858558264221, 49128222096373, 104115002456967, 153243224553340
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Comments

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

Crossrefs

Numerators are in A215758.

Programs

  • Mathematica
    Denominator[Convergents[Log10[6],30]] (* Harvey P. Dale, Mar 22 2019 *)
  • PARI
    {my(cf=contfrac(log(6)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[2, 1])}

Extensions

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

A215758 Numerators of the continued fraction convergents of log_10(6).

Original entry on oeis.org

0, 1, 3, 4, 7, 228, 235, 463, 128949, 129412, 258361, 646134, 3489031, 4135165, 20029691, 24164856, 92524259, 671834669, 764358928, 1436193597, 63956877196, 65393070793, 325529160368, 716451391529, 1041980551897, 1758431943426, 4558844438749, 38229187453418, 81017219345585, 119246406799003
Offset: 0

Views

Author

V. Raman, Aug 23 2012

Keywords

Comments

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

Crossrefs

Denominators are in A215754.

Programs

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

Extensions

a(0)=0 prepended by Andrew Howroyd, Jul 09 2024
Previous Showing 21-24 of 24 results.