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.

A201134 Least k such that (5^n + k)*5^n - 1 is a prime number.

Original entry on oeis.org

1, 17, 1, 1, 5, 5, 55, 25, 37, 1, 53, 5, 53, 35, 47, 31, 127, 11, 1, 17, 11, 59, 71, 5, 155, 23, 11, 1, 13, 47, 43, 71, 17, 77, 53, 41, 13, 277, 47, 5, 143, 185, 157, 371, 43, 127, 119, 61, 221, 79, 131, 19, 49, 241, 7, 121, 11, 551, 157, 335, 13, 17, 13
Offset: 1

Views

Author

Michel Lagneau, Nov 27 2011

Keywords

Crossrefs

Programs

  • Mathematica
    Table[k = 0; While[!PrimeQ[(5^n + k)*5^n - 1], k++]; k, {n, 85}]