login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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: A371362 A276316 A199683 * A243312 A349739 A359621
KEYWORD
nonn,base
AUTHOR
Eric W. Weisstein, Nov 30 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)