The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A280150 Primes p such that 68^(p-1) == 1 (mod p^2). 0
5, 7, 19, 113, 2741 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For p = 5 and 113 is 68^(p-1) == 1 (mod p^3).
No further terms up to 7.74*10^13 (cf. Fischer link). - Felix Fröhlich, Dec 27 2016
LINKS
MATHEMATICA
Select[Prime[Range[500]], PowerMod[68, #-1, #^2]==1&] (* Harvey P. Dale, Aug 07 2019 *)
PROG
(PARI) forprime(p=1, , if(Mod(68, p^2)^(p-1)==1, print1(p, ", "))) \\ Felix Fröhlich, Dec 27 2016
CROSSREFS
Sequence in context: A096636 A101588 A288405 * A062654 A231865 A130729
KEYWORD
nonn,more
AUTHOR
Thomas Ordowski, Dec 27 2016
EXTENSIONS
a(5) from Felix Fröhlich, Dec 27 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 17:15 EDT 2024. Contains 372548 sequences. (Running on oeis4.)