The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A125647 Smallest odd prime base q such that p^6 divides q^(p-1) - 1, where p = Prime[n]. 11
193, 1459, 14557, 152617, 2120879, 7654109, 24527681, 2342959, 90603883, 1657641497, 40373093, 2175429661, 1614357949, 119612113, 14635471219, 2816276179, 15591204869, 1006953931, 7726467079, 48931161299, 54908441659, 41985419521, 583493688221, 200335697059, 96891225583, 50303508131, 129847013561, 362253784469, 625810253147, 195406393583 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
W. Keller and J. Richstein Fermat quotients that are divisible by p.
PROG
(PARI) { a(n) = local(p, x, y); if(n==1, return(193)); p=prime(n); x=znprimroot(p^6)^(p^5); vecsort( vector(p-1, i, y=lift(x^i); while(!isprime(y), y+=p^6); y ) )[1] } - Max Alekseyev, May 30 2007
CROSSREFS
Sequence in context: A142564 A174521 A204711 * A166540 A178265 A201112
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Nov 29 2006
EXTENSIONS
More terms from Max Alekseyev, May 30 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 14 03:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)