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!)
A355545 Primes p that satisfy q^(p-1) == 1 (mod p^2), i.e., are base-q Wieferich primes, for a prime q dividing p-1. 1
1093, 3511, 20771, 1006003, 1747591, 5395561, 53471161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p = 1747591 satisfies 13^(p-1) == 1 (mod p^2) and 13 is a factor of 1747590, so 1747591 is a term of the sequence.
PROG
(PARI) is(n) = my(f=factor(n-1)[, 1]~); for(k=1, #f, if(Mod(f[k], n^2)^(n-1)==1, return(1))); 0
forprime(p=1, , if(is(p), print1(p, ", ")))
CROSSREFS
Cf. A355546.
Sequence in context: A291961 A001220 A265630 * A291194 A331021 A270833
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, Jul 06 2022
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)