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.

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

Original entry on oeis.org

40961, 19131877, 2441406251, 115385868869, 138090848575723, 358661570404751, 44510586506850631, 252317900773542353, 4465433274456775633, 39171440762351329829, 11887418854442931407, 14582408526413537791
Offset: 1

Views

Author

Alexander Adamchuk, Sep 26 2007

Keywords

Examples

			a(1) = A035089(13) = 40961.
		

Crossrefs

Programs

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

Extensions

Extended by Max Alekseyev, May 08 2009