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!)
A128669 Primes p such that p^2 divides 23^(p-1) - 1. 17
13, 2481757, 13703077, 15546404183, 2549536629329 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No further terms up to 3.127*10^13.
LINKS
Amir Akbary and Sahar Siavashi, The Largest Known Wieferich Numbers, INTEGERS, 18(2018), A3. See Table 1 p. 5.
MATHEMATICA
Select[Prime[Range[5*10^7]], Mod[ 23^(# - 1) - 1, #^2] == 0 &] (* G. C. Greubel, Jan 18 2018 *)
Select[Prime[Range[93*10^9]], PowerMod[23, #-1, #^2]==1&] (* Harvey P. Dale, May 15 2018 *)
CROSSREFS
Sequence in context: A055324 A228538 A055313 * A013866 A014384 A185213
KEYWORD
hard,more,nonn
AUTHOR
Alexander Adamchuk, Mar 26 2007
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 May 2 17:20 EDT 2024. Contains 372198 sequences. (Running on oeis4.)