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.

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

Original entry on oeis.org

65537, 57395627, 122070312499, 56020344873707, 6266190914259137, 65106791321062951, 12132548193910221893, 50407811312994280933, 172048888780798211059, 16668261908754510204233, 35965174106571679882189
Offset: 1

Views

Author

Alexander Adamchuk, Sep 26 2007

Keywords

Examples

			a(1) = A035089(15) = 65537.
		

Crossrefs

Programs

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

Extensions

Extended by Max Alekseyev, May 08 2009