OFFSET
0,3
COMMENTS
3^(denominator of convergent) gets increasingly close to 10^a(n), agreeing to approximately a(n) digits
MATHEMATICA
Rest[Numerator[Convergents[Log[10, 3], 30]]] (* Harvey P. Dale, Sep 02 2015 *)
PROG
(PARI) {my(cf=contfrac(log(3)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[1, 1])}
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
V. Raman, Aug 23 2012
EXTENSIONS
a(0)=0 prepended by Andrew Howroyd, Jul 09 2024
STATUS
approved