login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114475
Number of decimal digits in Mersenne(10^n).
0
1, 4, 31, 302, 3011, 30103, 301030, 3010300, 30103000, 301029996, 3010299957, 30102999567, 301029995664, 3010299956640, 30102999566399, 301029995663982, 3010299956639812, 30102999566398120
OFFSET
0,2
COMMENTS
Digits approach expansion of log_10(2) = 0.30102999... (A007524).
LINKS
Eric Weisstein's World of Mathematics, Mersenne Number
MAPLE
seq(length(2^(10^n)), n=0..6); # Zerinvary Lajos, Apr 20 2008
MATHEMATICA
Table[Floor[10^n Log[10, 2]]+1, {n, 0, 17}]
CROSSREFS
Sequence in context: A276316 A199683 A375434 * A243312 A349739 A359621
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Nov 30 2005
STATUS
approved