A302134 Numbers k such that 9*k^k - 8 is prime.
7, 9, 11, 353, 7133
Offset: 1
Crossrefs
Programs
-
PARI
isok(k) = ispseudoprime(9*k^k - 8); \\ Altug Alkan, Apr 02 2018
Extensions
a(5) from Michael S. Branicky, Apr 15 2023
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(9*k^k - 8); \\ Altug Alkan, Apr 02 2018
isok(k) = ispseudoprime(10*k^k - 9); \\ Altug Alkan, Apr 02 2018
isok(k) = ispseudoprime(8*k^k - 7); \\ Altug Alkan, Apr 02 2018
Comments