login
A215758
Numerators of the continued fraction convergents of log_10(6).
2
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,3
COMMENTS
6^(denominator of convergent) gets increasingly close to 10^a(n), agreeing to approximately a(n) digits
MATHEMATICA
Rest[Convergents[Log10[6], 30]]//Numerator (* Harvey P. Dale, Sep 05 2020 *)
PROG
(PARI) {my(cf=contfrac(log(6)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[1, 1])}
CROSSREFS
Denominators are in A215754.
Sequence in context: A059077 A042707 A229348 * A011215 A093592 A131265
KEYWORD
nonn,frac
AUTHOR
V. Raman, Aug 23 2012
EXTENSIONS
a(0)=0 prepended by Andrew Howroyd, Jul 09 2024
STATUS
approved