A301644 Primes of form 3*k^k + 1.
13, 769, 139969, 30000000001
Offset: 1
Keywords
Crossrefs
Programs
-
Mathematica
Select[Table[3*k^k+1,{k,500}],PrimeQ] (* Harvey P. Dale, Sep 04 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.
Select[Table[3*k^k+1,{k,500}],PrimeQ] (* Harvey P. Dale, Sep 04 2018 *)
Comments