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.

A242960 Numbers n such that 7^A000010(n) == 1 (mod n^2).

Original entry on oeis.org

4, 5, 10, 20, 40, 80, 491531, 983062, 1966124, 2457655, 3932248, 4915310, 6389903, 9339089, 9830620, 12288275, 12779806, 18678178, 19169709, 19661240, 24576550, 25559612, 28017267, 31949515, 37356356, 38339418, 39322480, 46695445, 49153100, 51119224, 56034534
Offset: 1

Views

Author

Felix Fröhlich, May 27 2014

Keywords

Crossrefs

Cf. A077816, A242959, A000010. All primes in this sequence are in A123693.

Programs

  • PARI
    for(n=2, 10^9, if(Mod(7, n^2)^(eulerphi(n))==1, print1(n, ", ")))

Extensions

Terms a(23) and beyond from Giovanni Resta, Jan 24 2020