login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A133862
Smallest odd prime base q such that p^12 divides q^(p-1) - 1, where p = prime(n).
6
12289, 1062881, 853235443, 92233439147, 3143820659087, 58713568184837, 2359162908109223, 2649283656602003, 53928980532177631, 557792163777408809, 2084452633098194627, 8958368398788306367, 15810453676175767201
OFFSET
1,1
EXAMPLE
a(1) = A035089(12) = 12289.
MATHEMATICA
Do[ k = 1; While[ !PowerMod[ Prime[ k ], Prime[ n ] - 1, Prime[ n ]^12 ] == 1, k++ ]; Print[ { n, Prime[ k ] } ], {n, 1, 100} ]
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 | 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 22 15:09 EDT 2024. Contains 376114 sequences. (Running on oeis4.)