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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
p = prime(n) such that A242830(n) = 4.
LINKS
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, ", ")))
CROSSREFS
Sequence in context: A142540 A048424 A142858 * A236424 A235839 A203873
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Feb 17 2015
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 24 13:00 EDT 2024. Contains 371945 sequences. (Running on oeis4.)