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!)
A133860 Smallest odd prime base q such that p^10 divides q^(p-1) - 1, where p = prime(n). 6
12289, 472391, 78124999, 135967277, 24262286441, 38050596989, 5498076927457, 8388044818849, 30794280412669, 45941644105613, 1205285836084793, 7909086479714171, 1438991183761177, 47101607991825047, 18067554193458689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = A035089(10) = 12289.
MATHEMATICA
Do[ k = 1; While[ !PowerMod[ Prime[ k ], Prime[ n ] - 1, Prime[ n ]^10 ] == 1, k++ ]; Print[ { n, Prime[ k ] } ], {n, 1, 100} ]
CROSSREFS
Sequence in context: A137489 A233900 A172488 * A133861 A133862 A205624
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Sep 26 2007
EXTENSIONS
Extended by Max Alekseyev, May 08 2009
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)