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.

A123488 Smallest prime of the form (q^p-1)/(q-1), where p = prime(n) and q is also prime (q = A123487(n)).

Original entry on oeis.org

3, 7, 31, 127, 12207031, 8191, 131071, 524287, 1484520425576434196455942238665054573307722183, 10333327940128053377465393536117755205850522803739374960650929
Offset: 1

Views

Author

Alexander Adamchuk, Sep 30 2006

Keywords

Comments

Corresponding smallest primes q are listed in A123487.
a(n) coincides with A084732(n) when A066180(n) is prime or 0.

Crossrefs

Formula

a(n) = (A123487(n)^prime(n) - 1) / (A123487(n) - 1).