|
Solution 6
by Ant
In order to
calculate the first few digits, consider:
2n - 1 = antilog(log2n) - antilog (log 1)
of course for the first 6,320,428 of its 6,320,430 digits, the
[-antilog (log1)] doesn't really figure
so first few digits may be found by:
antilog log(2n)=antilog(nlog2)
= antilog(20,996,011*log2)
=antilog6320429.1002909014785008091847663
(using the scientific calculator provided by Microsoft windows)
=106320429 * 100.1002909014785008091847663
=1.2597689545033010502 * 106320429
View other answers
by :the only answer was provided by the
author
|