A046104
Denominators of convergents to the diesis log_2(5/4).
Original entry on oeis.org
1, 3, 28, 59, 146, 643, 4004, 8651, 12655, 21306, 76573, 97879, 1838395, 1936274, 13456039, 15392313, 44240665, 59632978, 103873643, 475127550, 579001193, 24793177656, 149338067129, 174131244785, 845863046269, 1865857337323
Offset: 1
Cf.
A046103 (numerators corresponding to log_2(5/4)),
A116985 (numerators corresponding to log_2(5)).
-
Denominator[ Table[ ContinuedFraction[ Log[ 5/4 ]/Log[ 2 ], i ]//Normal, {i, 30} ] ]
Denominator[Convergents[Log[2,5/4],30]] (* Harvey P. Dale, Jan 24 2015 *)
-
contfracpnqn(contfrac(log(5)/log(2)),99)[2,] \\ M. F. Hasler, Apr 30 2020
Name corrected and links edited by
M. F. Hasler, Apr 30 2020
A116985
Numerators of the convergents to log_2(5).
Original entry on oeis.org
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
-
FromContinuedFraction /@ Reverse[NestList[Most, ContinuedFraction[Log[2, 5], 20], 19]] // InputForm (* Eric W. Weisstein, Apr 07 2006 *)
Original entry on oeis.org
1, 3, 28, 59, 146, 643, 4004, 8651, 12655, 21306, 76573, 97879, 1838395, 1936274, 13456039, 15392313, 44240665, 59632978, 103873643, 475127550, 579001193, 24793177656, 149338067129, 174131244785, 845863046269, 1865857337323
Offset: 1
-
Table[Denominator[FromContinuedFraction[ContinuedFraction[Log[2, 5], n]]], {n, 1, 40}] (* Stefan Steinerberger, Apr 08 2006 *)
-
contfracpnqn(contfrac(log(5)/log(2)), 99)[2, ] \\ M. F. Hasler, Apr 30 2020
Showing 1-3 of 3 results.
Comments