[go: up one dir, main page]

login
A215760
Numerators of the continued fraction convergents of log_10(11).
2
1, 25, 151, 478, 1107, 1585, 2692, 9661, 12353, 22014, 34367, 331317, 365684, 1428369, 1794053, 3222422, 5016475, 23288322, 28304797, 108202713, 136507510, 3793905483, 3930412993, 15585144462, 81856135303, 97441279765, 276738694833, 927657364264
OFFSET
0,2
COMMENTS
11^(Denominators of convergents) get increasingly closer to 10^a(n), approximately a(n) digits.
PROG
(PARI) {my(cf=contfrac(log(11)/log(10))); vector(#cf, i, contfracpnqn( cf[1..i])[1, 1])}
CROSSREFS
Denominators are in A215756.
Sequence in context: A168571 A197998 A042214 * A362314 A305687 A147059
KEYWORD
nonn,frac
AUTHOR
V. Raman, Aug 23 2012
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 09 2024
STATUS
approved