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!)
A080172 Final digit of n-th Mersenne prime A000668(n). 6
3, 7, 1, 7, 1, 1, 7, 7, 1, 1, 7, 7, 1, 7, 7, 7, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 7, 7, 1, 7, 7, 1, 7, 1, 1, 1, 1, 1, 7, 7, 7, 1, 1, 7, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Distribution of final digit for Mersenne primes appears (naturally) to be different from distribution for regular primes. Unconfirmed 48th digit in sequence is 1 (awaiting confirmation of 48th Mersenne prime).
REFERENCES
G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers. 3rd ed., Oxford Univ. Press, 1954, p. 16.
LINKS
Great Internet Mersenne Prime Search (GIMPS), Distributed Computing Projects
MAPLE
(Maple code from N. J. A. Sloane) # let s1 := list of terms in A000043
f:=n->if n mod 4 = 0 then 4 else n mod 4; fi; map(x->2^f(x)-1, s1);
MATHEMATICA
Mod[2^MersennePrimeExponent[Range[47]]-1, 10] (* Harvey P. Dale, Aug 09 2023 *)
CROSSREFS
Sequence in context: A019806 A199589 A354977 * A133065 A335815 A021733
KEYWORD
base,more,nonn
AUTHOR
Mark Dowdeswell (mark(AT)stats.wits.ac.za), Feb 04 2003
EXTENSIONS
Updated by N. J. A. Sloane, Apr 01 2008
a(40)-a(47) from Ivan Panchenko, Apr 11 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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)