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!)
A334048 Primes p that set a new record for the number of bases 1 < b < p for which p is a base-b Wieferich prime and b is not a perfect power. 1
2, 11, 71, 269, 653, 5107, 103291, 728471, 2544079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
p is a base-b Wieferich prime iff b^(p-1) == 1 (mod p^2).
Records in A248865 sometimes arise when all the b values (bases) are powers of the same small integer. By excluding powers, we find primes that are Wieferich in many "independent" ways.
LINKS
EXAMPLE
Prime 5107 is Wieferich to six bases (under 5107), namely 560, 1209, 1779, 2621, 4295, 4361, none of which are perfect powers. A prime such as 1093 is Wieferich to ten bases, namely 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024; however, when dismissing perfect powers, only one of the ten bases is left. In fact, no prime less than 5107 has six or more bases when perfect powers are dismissed, so 5107 sets a record and is included in this sequence.
PROG
(PARI) r=-oo; forprime(p=2, , i=sum(b=2, p-1, !ispower(b) && Mod(b, p^2)^(p-1)==1); if(i>r, print1(p, ", "); r=i))
CROSSREFS
Sequence in context: A118347 A250887 A371577 * A047776 A214692 A186633
KEYWORD
nonn,more
AUTHOR
Jeppe Stig Nielsen, Sep 06 2020
EXTENSIONS
a(8)-a(9) from Kellen Shenton added by Jeppe Stig Nielsen, Sep 12 2020
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)