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!)
A028335 Number of decimal digits in n-th Mersenne prime.
(Formerly N0189)
20
1, 1, 2, 3, 4, 6, 6, 10, 19, 27, 33, 39, 157, 183, 386, 664, 687, 969, 1281, 1332, 2917, 2993, 3376, 6002, 6533, 6987, 13395, 25962, 33265, 39751, 65050, 227832, 258716, 378632, 420921, 895932, 909526, 2098960, 4053946, 6320430, 7235733, 7816230, 9152052, 9808358, 11185272 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Apply p->floor(p*log(2)/log(10))+1 to A000043.
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 19.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
LINKS
C. K. Caldwell, Mersenne Primes
FORMULA
a(n) = A055642(A000668(n)). - Michel Marcus, Apr 07 2018
EXAMPLE
a(6) = 2^17-1 = 131071 has 6 decimal digits, a(10) = 2^89-1 = 618,970,019,642,690,137,449,562,111 has 27 digits.
MAPLE
seq(length(numtheory:-mersenne([i])), i=1..45); # Robert Israel, Feb 02 2018
MATHEMATICA
IntegerLength[2^Array[MersennePrimeExponent, 45] - 1] (* Jean-François Alcover, Feb 17 2018 *)
CROSSREFS
See A000043, which is the main entry for this sequence. Cf. A000668, A055642.
Sequence in context: A317491 A332295 A332576 * A346117 A007464 A210733
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Enoch Haga, Dec 18 2001
One more term from Harry J. Smith, Apr 17 2003
4053946 from Omar E. Pol, Oct 28 2007
a(40)-a(41) from Jason Kimberley, Jan 05 2012
a(42)-a(45) from Patrick J. McNab, Feb 01 2018
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)