login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A242960
Numbers n such that 7^A000010(n) == 1 (mod n^2).
10
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,1
LINKS
PROG
(PARI) for(n=2, 10^9, if(Mod(7, n^2)^(eulerphi(n))==1, print1(n, ", ")))
CROSSREFS
Cf. A077816, A242959, A000010. All primes in this sequence are in A123693.
Sequence in context: A354080 A049898 A166577 * A288141 A203853 A109675
KEYWORD
nonn
AUTHOR
Felix Fröhlich, May 27 2014
EXTENSIONS
Terms a(23) and beyond from Giovanni Resta, Jan 24 2020
STATUS
approved