login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A201134
Least k such that (5^n + k)*5^n - 1 is a prime number.
1
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,2
MATHEMATICA
Table[k = 0; While[!PrimeQ[(5^n + k)*5^n - 1], k++]; k, {n, 85}]
CROSSREFS
Sequence in context: A040294 A040291 A040290 * A040289 A190580 A176203
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 27 2011
STATUS
approved