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!)
A355546 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
11, 1093, 3511, 7195291, 11642831, 13703077, 112955593, 5857727461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
p = 7195291 satisfies 138371^(p-1) == 1 (mod p^2) and 138371 is a factor of 7195292, so 7195291 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. A355545.
Sequence in context: A004811 A227323 A126197 * A090814 A347846 A319424
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, Jul 06 2022
EXTENSIONS
a(8) from Michael S. Branicky, Jul 10 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 August 28 05:00 EDT 2024. Contains 375477 sequences. (Running on oeis4.)