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!)
A255203 Primes p for which no bases b with 1 < b < p exist such that p is a base b Wieferich prime. 8
2, 3, 5, 7, 13, 17, 19, 23, 31, 41, 47, 53, 61, 67, 73, 83, 89, 101, 107, 139, 149, 157, 167, 173, 179, 193, 227, 239, 251, 271, 277, 311, 317, 337, 383, 389, 409, 431, 443, 457, 467, 479, 491, 503, 541, 569, 587, 593, 613, 643, 677, 683, 691, 709, 719, 733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
p = prime(n) such that A242830(n) = 0.
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==0, print1(p, ", ")))
CROSSREFS
Sequence in context: A052015 A042992 A344621 * A356445 A233577 A233041
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 July 19 14:41 EDT 2024. Contains 374410 sequences. (Running on oeis4.)