A114484 Number of decimal digits in Fermat(10^n).
1, 309, 381600854690147056244358827361
Offset: 0
Links
- Amiram Eldar, Table of n, a(n) for n = 0..3
- Eric Weisstein's World of Mathematics, Fermat Number.
Crossrefs
Programs
-
Mathematica
Block[{$MaxExtraPrecision = Infinity}, Table[1 + Floor[2^10^n Log[10, 2]], {n, 0, 2}]]
Comments