A302133 Numbers k such that 8*k^k - 7 is prime.
10, 800, 1266, 1395
Offset: 1
Crossrefs
Programs
-
PARI
isok(k) = ispseudoprime(8*k^k - 7); \\ Altug Alkan, Apr 02 2018
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.
isok(k) = ispseudoprime(8*k^k - 7); \\ Altug Alkan, Apr 02 2018
Comments