A302132 Numbers k such that 3*k^k - 2 is prime.
3, 1571, 2601
Offset: 1
Crossrefs
Programs
-
PARI
isok(k) = ispseudoprime(3*k^k - 2); \\ 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(3*k^k - 2); \\ Altug Alkan, Apr 02 2018
Comments