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.

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

Original entry on oeis.org

12289, 1062881, 853235443, 92233439147, 3143820659087, 58713568184837, 2359162908109223, 2649283656602003, 53928980532177631, 557792163777408809, 2084452633098194627, 8958368398788306367, 15810453676175767201
Offset: 1

Views

Author

Alexander Adamchuk, Sep 26 2007

Keywords

Examples

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

Crossrefs

Programs

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

Extensions

Extended by Max Alekseyev, May 08 2009