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!)
A133864 Smallest odd prime base q such that p^14 divides q^(p-1) - 1, where p = prime(n). 6
65537, 19131877, 53834264557, 1356446145697, 488581592070877, 22771419458231473, 346100334752156863, 2467410166021233673, 19165875476832528551, 61879867860030528131, 1106827928513014993387 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = A035089(14) = 65537.
MATHEMATICA
Do[ k = 1; While[ !PowerMod[ Prime[ k ], Prime[ n ] - 1, Prime[ n ]^14 ] == 1, k++ ]; Print[ { n, Prime[ k ] } ], {n, 1, 100} ]
CROSSREFS
Sequence in context: A051332 A123388 A070816 * A017695 A013964 A036094
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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)