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.

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

Original entry on oeis.org

12289, 472391, 78124999, 135967277, 24262286441, 38050596989, 5498076927457, 8388044818849, 30794280412669, 45941644105613, 1205285836084793, 7909086479714171, 1438991183761177, 47101607991825047, 18067554193458689
Offset: 1

Views

Author

Alexander Adamchuk, Sep 26 2007

Keywords

Examples

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

Crossrefs

Programs

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

Extensions

Extended by Max Alekseyev, May 08 2009