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.

A003260 Largest prime factor of n-th Mersenne number (A001348(n)).

Original entry on oeis.org

3, 7, 31, 127, 89, 8191, 131071, 524287, 178481, 2089, 2147483647, 616318177, 164511353, 2099863, 13264529, 20394401, 3203431780337, 2305843009213693951
Offset: 1

Views

Author

Keywords

References

  • J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 1985; and later supplements.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000668 (a subsequence), A001348, A016047, A046800.

Programs

Formula

Let p = prime(n). Erdős & Shorey show that a(n) >= kp log p for some effectively computable k >= 1. (Presumably k can be chosen as 7/log 27.) - Charles R Greathouse IV, Dec 05 2012