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!)
A255210 Primes p for which exactly seven bases b with 1 < b < p exist such that p is a base-b Wieferich prime. 8
103291, 491531, 534851, 804367, 997961, 1026899, 1062427, 1457389, 1550513, 2327629, 2602307, 3093121, 3137257, 3181481, 3412741, 3497381, 3720179, 3814253, 4087301, 4234057, 4891973, 5063087, 5131237, 5194789, 5736611, 6253349, 6903191, 6906469, 6945047 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
p = prime(n) such that A242830(n) = 7.
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==7, print1(p, ", ")))
CROSSREFS
Sequence in context: A250704 A250941 A237572 * A147526 A269218 A237894
KEYWORD
nonn
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 September 5 12:22 EDT 2024. Contains 375696 sequences. (Running on oeis4.)