login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A215749
Continued fraction expansion of log_10(3).
4
0, 2, 10, 2, 2, 1, 13, 1, 7, 18, 2, 2, 1, 2, 3, 4, 1, 1, 14, 2, 44, 1, 3, 1, 14, 2, 2, 1, 1, 2, 30, 1, 1, 3, 2, 4, 3, 7, 2, 6, 8, 1, 2, 7, 62, 1, 3, 4, 60, 1, 89, 3, 3, 1, 1, 7, 3, 3, 2, 4, 2, 2, 1, 25, 2, 6, 2, 2, 1, 3, 2, 2, 1, 1, 2, 5, 1, 1, 1, 1, 1, 3, 66
OFFSET
0,2
MATHEMATICA
ContinuedFraction[Log10[3], 120] (* Harvey P. Dale, Nov 24 2017 *)
PROG
(PARI) default(realprecision, 99); contfrac(log(3)/log(10))
CROSSREFS
Cf. A114490 (decimal expansion), A215753, A215757 (convergents).
Cf. A028232, A215750, A082571, A215752 (continued fraction expansion of log_2(10), log_10(6), log_10(7), log_10(11)).
Sequence in context: A234934 A299581 A069287 * A102775 A154032 A221551
KEYWORD
nonn,cofr
AUTHOR
V. Raman, Aug 23 2012
EXTENSIONS
a(0)=0 prepended by Andrew Howroyd, Jul 09 2024
STATUS
approved