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!)
A355658 Smallest prime base q such that q^(p-1) == 1 (mod p^2), where p = prime(n). 0
5, 17, 7, 19, 3, 19, 131, 127, 263, 41, 229, 691, 313, 19, 53, 521, 53, 601, 1301, 11, 619, 31, 269, 3187, 53, 181, 43, 317, 499, 373, 911, 659, 19, 3659, 313, 751, 233, 4373, 3307, 419, 2591, 313, 1249, 2897, 349, 709, 331, 1973, 1933, 503, 821, 977, 2371, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) differs from A125636(n) if and only if p is a Wieferich prime (A001220). In particular, a(183) = 2 and A125636(183) = 18979. Similarly, a(490) = 2 and A125636(490) = 82183.
LINKS
PROG
(PARI) a(n) = my(p=prime(n)); forprime(q=1, , if(Mod(q, p^2)^(p-1)==1, return(q)))
CROSSREFS
Sequence in context: A170866 A337031 A125636 * A156323 A286816 A276831
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Jul 12 2022
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 16 06:47 EDT 2024. Contains 375959 sequences. (Running on oeis4.)