cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A133861 Smallest odd prime base q such that p^11 divides q^(p-1) - 1, where p = prime(n).

Original entry on oeis.org

12289, 1062881, 292968749, 7909306973, 1194631280321, 2395794301259, 38413406256881, 77460384757423, 30794280412669, 4161130688896397, 3748333074529501, 240404931594746129, 191828075390557213
Offset: 1

Views

Author

Alexander Adamchuk, Sep 26 2007

Keywords

Examples

			a(1) = A035089(11) = 12289.
		

Crossrefs

Programs

  • Mathematica
    Do[ k = 1; While[ !PowerMod[ Prime[ k ], Prime[ n ] - 1, Prime[ n ]^11 ] == 1, k++ ]; Print[ { n, Prime[ k ] } ], {n, 1, 100} ]

Extensions

Extended by Max Alekseyev, May 08 2009