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.

A201459 Least k such that (7^n - k)*7^n - 1 is a prime number.

This page as a plain text file.
%I A201459 #5 Mar 30 2012 18:36:00
%S A201459 1,1,5,7,7,11,5,29,13,29,5,1,77,1,13,101,65,77,175,29,77,121,49,23,41,
%T A201459 31,613,101,13,37,127,47,197,31,107,97,275,17,619,47,7,199,85,31,47,
%U A201459 17,97,253,17,37,5,103,215,119,335,257,277,121,313,89,157,187,25,7,571,11,197,53,13,101,49,199,67,389,109,13,25,41,337,647,77
%N A201459 Least k such that (7^n - k)*7^n - 1 is a prime number.
%t A201459  Table[k = 0; While[!PrimeQ[(7^n - k)*7^n - 1], k++]; k, {n, 85}]
%Y A201459 Cf. A191620, A200922, A201132.
%K A201459 nonn
%O A201459 1,3
%A A201459 _Michel Lagneau_, Dec 01 2011