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!)
A255838 Smallest base-b Wieferich prime larger than b, where b = prime(n). 0
1093, 11, 20771, 491531, 71, 863, 46021, 43, 2481757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(10), if it exists, is larger than approximately 5.9*10^13, corresponding to the first odd Wieferich prime in base 29 (see Fischer link).
LINKS
PROG
(PARI) forprime(b=1, 20, forprime(p=b, , if(Mod(b, p^2)^(p-1)==1, print1(p, ", "); break({1}))))
CROSSREFS
Cf. A247072.
Sequence in context: A271100 A258368 A174422 * A253234 A138698 A342390
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, Mar 07 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 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)