login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A255207
Primes p for which exactly four bases b with 1 < b < p exist such that p is a base b Wieferich prime.
8
487, 1163, 2203, 2731, 3373, 4391, 5261, 6343, 6451, 6569, 7753, 8377, 8863, 9041, 9397, 9463, 9941, 10079, 10321, 11783, 12703, 13121, 13151, 13807, 13903, 14419, 15061, 15263, 15313, 15601, 16631, 16883, 16943, 17477, 17519, 18253, 18773, 20173, 22279, 23291
OFFSET
1,1
COMMENTS
p = prime(n) such that A242830(n) = 4.
PROG
(PARI) forprime(p=1, , b=2; i=0; while(b < p, if(Mod(b, p^2)^(p-1)==1, i++); b++); if(i==4, print1(p, ", ")))
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Feb 17 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 07:30 EDT 2024. Contains 376097 sequences. (Running on oeis4.)