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!)
A244260 Primes p such that p^2 divides 18^(p-1) - 1. 8
5, 7, 37, 331, 33923, 1284043 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Base 18 Wieferich primes. According to Richard Fischer there is no other term up to approximately 5*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[1000000]], PowerMod[18, # - 1, #^2] == 1 &] (* Robert Price, May 17 2019 *)
PROG
(PARI) forprime(n=2, 10^9, if(Mod(18, n^2)^(n-1)==1, print1(n, ", ")));
CROSSREFS
Sequence in context: A192156 A322380 A006067 * A178428 A147760 A154148
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, Jun 24 2014
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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)