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

%I #7 Jul 07 2022 02:09:45

%S 1093,3511,20771,1006003,1747591,5395561,53471161

%N 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.

%e 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.

%o (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

%o forprime(p=1, , if(is(p), print1(p, ", ")))

%Y Cf. A355546.

%K nonn,hard,more

%O 1,1

%A _Felix Fröhlich_, Jul 06 2022

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 August 28 06:46 EDT 2024. Contains 375477 sequences. (Running on oeis4.)