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.

A128667 Primes p such that p^2 divides 13^(p-1) - 1.

Original entry on oeis.org

2, 863, 1747591
Offset: 1

Views

Author

Alexander Adamchuk, Mar 26 2007

Keywords

Comments

No further terms up to 3.127*10^13.

References

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

Crossrefs

Programs

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