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.

A145097 a(n) is the largest proper divisor of the Mersenne composite A065341(n).

Original entry on oeis.org

89, 178481, 2304167, 616318177, 164511353, 20408568497, 59862819377, 1416003655831, 3203431780337, 761838257287, 10334355636337793, 21514198099633918969, 224958284260258499201, 57912614113275649087721
Offset: 1

Views

Author

Artur Jasinski, Oct 01 2008

Keywords

Comments

Note that not all the largest divisors are primes.
Which divisors are prime? - see A145099. - Artur Jasinski, Oct 04 2008

Crossrefs

Programs

  • Mathematica
    a = {}; Do[m = 2^Prime[n] - 1; If[PrimeQ[m], null, AppendTo[a, Divisors[m][[ -2]]]], {n, 1, 40}]; a

Extensions

Name clarified by Amiram Eldar, Mar 12 2020