The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A136031 Largest prime factor of composite Mersenne numbers. 7
89, 178481, 2089, 616318177, 164511353, 2099863, 13264529, 20394401, 3203431780337, 761838257287, 212885833, 9361973132609, 1113491139767, 57912614113275649087721, 13842607235828485645766393, 341117531003194129, 3976656429941438590393 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) >= A089158(n). - R. J. Mathar, May 01 2008
MATHEMATICA
FactorInteger[2^#-1][[-1, 1]]&/@Select[Prime[Range[40]], !PrimeQ[2^#-1]&] (* Harvey P. Dale, May 05 2012 *)
With[{c=Complement[Prime[Range[PrimePi[200]]], MersennePrimeExponent[ Range[ 15]]]}, Table[ FactorInteger[ 2^p-1][[-1, 1]], {p, c}]] (* Harvey P. Dale, Sep 06 2021 *)
CROSSREFS
Sequence in context: A073905 A089158 A145098 * A145097 A287054 A080051
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 11 2007
EXTENSIONS
Corrected by Harvey P. Dale, May 05 2012
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 May 15 13:23 EDT 2024. Contains 372540 sequences. (Running on oeis4.)