login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135613 Initial digit of Mersenne primes A000668. 5
3, 7, 3, 1, 8, 1, 5, 2, 2, 6, 1, 1, 6, 5, 1, 1, 4, 2, 1, 2, 4, 3, 2, 4, 4, 4, 8, 5, 5, 5, 7, 1, 1, 4, 8, 6, 1, 4, 9 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Landon Curt Noll, Mersenne Prime Digits and Names.

EXAMPLE

a(4)=1 because the 4th Mersenne prime A000668(4) is 127 and the initial digit of 127 is 1.

MATHEMATICA

lst = {* the list of terms in A000043 *}; f[n_] := Block[{pn = 2^n - 1}, Quotient[pn, 10^Floor[ Log[10, pn]] ]]; f@# & /@ lst - Robert G. Wilson v, (rgwv(AT)rgwv.com), Apr 01 2008

CROSSREFS

Cf. A000030, A000668, A077648, A080172.

Sequence in context: A153027 A161127 A021272 * A019973 A010623 A066065

Adjacent sequences:  A135610 A135611 A135612 * A135614 A135615 A135616

KEYWORD

nonn,base

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Mar 01 2008

EXTENSIONS

More terms from Robert G. Wilson v, (rgwv(AT)rgwv.com), Apr 01 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.