cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A136031 Largest prime factor of composite Mersenne numbers.

Original entry on oeis.org

89, 178481, 2089, 616318177, 164511353, 2099863, 13264529, 20394401, 3203431780337, 761838257287, 212885833, 9361973132609, 1113491139767, 57912614113275649087721, 13842607235828485645766393, 341117531003194129, 3976656429941438590393
Offset: 1

Views

Author

Artur Jasinski, Dec 11 2007

Keywords

Crossrefs

Programs

  • 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 *)

Formula

a(n) >= A089158(n). - R. J. Mathar, May 01 2008

Extensions

Corrected by Harvey P. Dale, May 05 2012