A116985 Numerators of the convergents to log_2(5).
2, 7, 65, 137, 339, 1493, 9297, 20087, 29384, 49471, 177797, 227268, 4268621, 4495889, 31243955, 35739844, 102723643, 138463487, 241187130, 1103212007, 1344399137, 57567975761, 346752253703, 404320229464, 1964033171559
Offset: 1
Programs
-
Mathematica
FromContinuedFraction /@ Reverse[NestList[Most, ContinuedFraction[Log[2, 5], 20], 19]] // InputForm (* Eric W. Weisstein, Apr 07 2006 *)
Extensions
Corrected by Eric W. Weisstein, Apr 07 2006