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
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Nov 30 2005
STATUS
approved