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.

A128668 Primes p such that p^2 divides 17^(p-1) - 1.

Original entry on oeis.org

2, 3, 46021, 48947, 478225523351
Offset: 1

Views

Author

Alexander Adamchuk, Mar 26 2007

Keywords

Comments

Mossinghoff showed that there are no further terms up to 10^14.

References

  • Paulo Ribenboim, The Little Book of Bigger Primes, Springer-Verlag NY 2004. See p. 233.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[5*10^6]], Mod[ 17^(# - 1) - 1, #^2] == 0 &] (* G. C. Greubel, Jan 18 2018 *)

Extensions

The prime 478225523351 was found by Richard Fischer on Oct 25 2005
Extension corrected by Jonathan Sondow, Jun 24 2010