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.

A123693 Primes p such that p^2 divides 7^(p-1) - 1.

Original entry on oeis.org

5, 491531
Offset: 1

Views

Author

Max Alekseyev, Oct 07 2006

Keywords

Comments

Dorais and Klyve proved that there are no further terms up to 9.7*10^14.

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[1000000]], PowerMod[7, # - 1, #^2] == 1 &] (* Robert Price, May 17 2019 *)

Extensions

Updated by Max Alekseyev, Jan 29 2012